Forum: PHP Jul 10th, 2006 |
| Replies: 6 Views: 2,909 It's good to hear you were able to use the reference and solve your problem.
Great work! |
Forum: PHP Jul 4th, 2006 |
| Replies: 6 Views: 2,909 Home test beds are useless for development IMO. For that matter, only one server for development can bite ya in the code.
You need to test and develop on a real server and test on more then one... |
Forum: PHP Jun 30th, 2006 |
| Replies: 5 Views: 3,189 You echo out the javascript like any html. The example above while not complete, explains echo. |
Forum: PHP Jun 29th, 2006 |
| Replies: 6 Views: 2,909 Look up the super global $_FILES['xxx'] on php.net. Your file and it's info are in it. Assuming your form is correct. |
Forum: PHP Jun 29th, 2006 |
| Replies: 5 Views: 3,189 Actually, you can code functions in javascript that talk to php. You send data and get a response. AJAX.
This whole forum uses that ability. But, as pointed out, the javascript runs on your... |
Forum: PHP Jun 22nd, 2006 |
| Replies: 6 Views: 2,899 I wrote the code to do this and it's free.
Display vBulletin forum latest threads on HTML pages (http://www.cpurigs.com/forums/showthread.php?t=1951)
Hope that helps ya. |