I apologise! It's a newbie to PHP feedback form problem!
Hi,
I am a total newbie to PHP. I am also a unemployed and need to get a job. So after 100% r
Images in email problem
I found this script for sending emails, it works but if the email has <img src="image.jp
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
Need PHP help... have all the elements... just need help putting them together :
Hey Guys,
I was wondering if someone could help me. I am doing a website for a client which
Setting condidtions for an input box
Hi all,
I would like to set a condition in a txt box that says the number a user enters has t
serializing objects - loses methods - the point being?
Hi
I know that serializing an object will lose the methods. But whats the point in that? What
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Creating a function
Basically i wanna put all this code in a seperate file
Code: <?php
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa