Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
Problem with php's rename function
So, i'm having a problem with the php rename function. Basically my script 'delete_user.php' attempt
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
whats wrong with my code please help!!!
this is the error
Warning: mysql_close(): supplied argument is not a valid MySQL-Link res
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas
Help to integrate whois Domain Details to website
Hi,
can i know is their any php script r methods to add domain details to my website.
DateObject and Nulls
Hi all,
I have an array mapped to a value object. One of the items in the array is a PHP Date
Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.