Search found 8 matches
- Sun Oct 16, 2011 4:17 pm
- Forum: Javascript
- Topic: php/mysql variable in jquery
- Replies: 3
- Views: 3396
php/mysql variable in jquery
Hi. I am trying to incorporate a php vaiable into jquery (using a 'while' loop) with no luck. The code below gives you an idea what I am trying to acheive. It is the last line of code that is foxing me. Any help would be most appreciated. [text] while($row = mysql_fetch_array($result)) { $zoomImage ...
- Sun Jul 03, 2011 3:11 am
- Forum: PHP - Code
- Topic: Full Text Searching
- Replies: 2
- Views: 250
Re: Full Text Searching
Thanks Christopher. There just doesn't seem an easy answer to this one. It appears that others are having the same problem. I will keep looking. Thanks again. tdm
- Sat Jul 02, 2011 8:58 am
- Forum: PHP - Code
- Topic: Full Text Searching
- Replies: 2
- Views: 250
Full Text Searching
Hi. When attempting a full-text search (with a suitablably indexed mysql database), is there a full-text (boolean?) equivalent of LIKE '%abcd%' The wildcard character * does not do the same thing ie words containing 'abcd'. Any advice would be much appreciated. tdm
- Wed Mar 02, 2011 1:02 pm
- Forum: PHP - Code
- Topic: HEADER Location: ? Problem
- Replies: 2
- Views: 193
Re: HEADER Location: ? Problem
Thanks Pickle .. Much appreciated. Sorry I am so late with the thnx ... getting old!
- Wed Feb 23, 2011 12:02 pm
- Forum: PHP - Code
- Topic: HEADER Location: ? Problem
- Replies: 2
- Views: 193
HEADER Location: ? Problem
Hi. Re php code: header ("Location: reports/ppid.php?txnid=$txnid&delete=1"); which sits at the completion of a script. This works fine if I want to go to 'reports/ppid.php'. Unfortunately, the script can be called by any number of different pages. How do I go back 1 page (or maybe 2 c...
- Fri Dec 31, 2010 9:03 am
- Forum: General Discussion
- Topic: PHP Books
- Replies: 6
- Views: 1048
Re: PHP Books
Try 'Codin for the Web' by Charles Wyke-Smith. Easy introduction PHP and MYSQL.
- Mon Dec 27, 2010 1:14 pm
- Forum: PHP - Code
- Topic: ftp_get won't save locally
- Replies: 2
- Views: 202
Re: ftp_get won't save locally
Thanks Tasairis ... more or less what I thought the answer might be!! Nuffins ever easy is it. Oh well, back to the drawing board.
- Mon Dec 27, 2010 10:39 am
- Forum: PHP - Code
- Topic: ftp_get won't save locally
- Replies: 2
- Views: 202
ftp_get won't save locally
Hi. Have I got this completely wrong? Is ftp_get meant to save to a local hard disc on a local computer?? Everything works ok ... but saves on the REMOTE Server not my LOCAL machine. The code reads: <?php // set up basic connection $ftp_server = "mywebsite.co.uk"; $ftp_user_name = "so...