| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Regular | Simple PHP Form Issue This situation is probably fueled by my intense lack of knowledge of php. But I have a script being called by: read.php?blog=mainBlog;id=1 The script contains only the following code. Code: <? $blog = $_GET['blog']; echo $blog; ?> Thanks.
__________________ The Kevin Dolan Design By Dolan Genetic Programming Source EuroToDollar: Forex Basics |
| |
| | #2 (permalink) |
| DNOA Member | On most servers, & seperates two variables, not ; However, GET is an array, so it's only showing the first element in the array (i.e. the first variable.)
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
| | #3 (permalink) |
| NamePros Regular | thanks changing ; to & solved it!
__________________ The Kevin Dolan Design By Dolan Genetic Programming Source EuroToDollar: Forex Basics |
| |
| | #4 (permalink) |
| DNOA Member | Ah okay good. Lol Ignore the second part of my reply
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to know referrer on a form POST submission? | mholt | Programming | 2 | 10-29-2005 01:33 PM |
| Simple gz compression | GeorgeB | CODE | 3 | 07-01-2005 10:56 AM |