Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
Relative path
I have a absolute path to an image - like so: C:/Program Files/Apache Software Foundation/Apache2.2/
Unifying logins of two different scripts
I have two different game scripts which I want to embed on my own site. The problem is I don't want
Database 'Validation'
Hi everyone,
I'm trying to validate the password entered by the user with the password in the dat
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html
Creating a db with a query
Hello everyone.
I'm having troubles creating a db with a query.
I'm reading a book called PHP
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
parameter passing issue on function
Well I thought I had created a pretty slick web page, using ?page and $_GET to load pages which wher