why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Linked Keywords
I am trying to get a script that makes my predefined keyword converted to links and / or converted t
Problem with coding MySQL query
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Linux socket programming
Where can I find a good introduction to socket programming?
blank page.... nothing is happening.
I'm new to a lot of this but in the last 24hrs have learned a lot.
Installed latest version of my
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
Find current logon time
Hi,
in my sql script i want to query and find out the logon time of the current session.
<