User Profile

Collapse

Profile Sidebar

Collapse
tommyborg
tommyborg
Last Activity: Nov 11 '08, 04:32 PM
Joined: Oct 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tommyborg
    replied to Passing a _POST key that contains a "."
    in PHP
    Code:
    //php stuff
    
    if($submit) {
            $sql = "SELECT * FROM Release ORDER BY Release";
            $result = mysql_query($sql, $db);
            if($result) {
                echo '<pre>';
                print_r($_POST);
                echo '</pre>';
    
                while($myrow = mysql_fetch_array($result)) {
                    $name = $myrow["Release"] . "_search_string";
    ...
    See more | Go to post
    Last edited by Markus; Oct 28 '08, 10:10 PM. Reason: code tags!!

    Leave a comment:


  • tommyborg
    started a topic Passing a _POST key that contains a "."
    in PHP

    Passing a _POST key that contains a "."

    I am passing a _POST key that contains a period and php is replacing it with an underscore. I need to keep the key as say "Test.1". Any ideas?
    See more | Go to post
No activity results to display
Show More
Working...