Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
mail with attachment problems
Hi. I have the following code:
Code: else if(file_exists("site".$timp.".zip")
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
PHP Cannot redeclare class
I have 6 files, and two of them do not seem to want to play well. I keep getting a "Cannot rede
Open/Close Links in Php
Hello, Hoping someone can inform me how I can get PHP to automatically open a set of links in a new
how to make database item unique
Hey guys,
is it possible to do this:
I have the database item $title being pulled for
database design
Hi,
I got a page which allow candidate to type in their previous working experience,
I let
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My