Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Problem with php's rename function
So, i'm having a problem with the php rename function. Basically my script 'delete_user.php' attempt
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
Trying to add functions to table
I have this list of characters and I'm trying to figure out what I have to do to put the results of
ASP.NET 2.0 - Enter Key - Default Submit Button
Hi,One of the most annoying things in developing web pages is handling the "Enter key" for form subm
Question handling xml data
Hello,
I have sucessfull followed this tutorial
http://www.phpfreaks.com/tutorial/handlin
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
help with mysql_error()
Hi,
I am trying to insert data into a table, but I am not able to insert it. I wanted to see