Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.
script is pulling more then they have....
I have this script for my game where they can change there race. This will cost them 2,500 points. H
Get value from Select menu
Hi!
Have tried to find the solution on the web. Don't know if there is an easy one. A descrip
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Fatal error: Call to a member function fetchrow() on a non-object in C:xamppht
okay i have this query and everytime i add `item_id`=? to it... it gives me the error in the title..
ME54/ME54N Conditional check for Release of PR
Hi Gurus,
My requirement is to put a check on the release of the PR with respect to the c
Clean URLs
Hi I was wandering if anyone has ever implemented URLs on their PHP run website using URLS like wiki
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr