Forum: PHP Jan 23rd, 2005 |
| Replies: 4 Views: 4,408 Crippz:
Obtaining POST and GET vars in PHP is pretty easy.
Try replacing:
ini_set ('display_errors',1);
register_globals
print "{$HTTP_GET_VARS['name']}"; |
Forum: PHP Jan 23rd, 2005 |
| Replies: 4 Views: 21,974 Hi Scoobie:
It is very easy to embed Javascript in PHP. Remember that PHP code is executed on the server while JavaScript is executed by your browser. This means that javascript, like HTML, simply... |
Forum: Community Introductions Jan 23rd, 2005 |
| Replies: 612 Views: 124,235 Greetings.
I'm a PHP programming, being forced into a .NET world. |