Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
Backflush
I am looking for a report in SAP that would give me a list of all parts that are populated with a ba
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
Multidimensional Array into an Html table, help!
Hello all, I am new to HTML/PHP so any help would be great.
I have a multidimensional array f
Bandwidth monitoring?
Hi guys,
I need a little information I have written a php app and I occurred to that I need
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like