Search results

  1. C

    Help with a small amount of PHP code?

    Here's the code I'm having problems with: $id = $_GET('P_Id'); Print "$id"; And here's the error message: Fatal error: Function name must be a string in /home/a2577243/public_html/insert.php on line 27 Many thanks in advance! :)
  2. C

    Help with PHP and SQL ID?

    I'm looking for help with my PHP code. I want to have the following code on URL for my articles. /article?id=46224 Any help? :)
  3. C

    PHP/SQL Code For Article?

    Basically, I want to make it possible for me to fill out a text box with a title for an article and a text area with the content of my article. When I submit the form, I want the page to be published to my site. An additional detail is I want a box on my homepage displaying new articles, but I...
Back
Top