why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Problem!
I have another problem, when i run this code i get this error "Parse error: syntax error, unexp
cyrillic string conversion question
Hello,
First time here...
I would like to know if there is a way to convert a
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to com
Uploading files/images via forms
Hey all, I am building a database for work that will contain some minor data on plant species along
Multiple Options for a Single Page
For this example I want to use the Handlers option which is under Fed Admin and all the related codi
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
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
How to implement HTTP connection timeout
Hi All,I would like to implement an HTTP connection timeout.
I am working on a application wh