Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
Advice on how to delete a mysql row using my form
Hi,
I am very new to php and am struggling to work out how to delete a portfolio item (a row
image upload, resize THEN submit form
Ok so I have a form that requires the user to upload an image, and then do something with that image
Checking if multidimensional array is empty?
I have a for with multiple test input fields. Specifically the user submits multiple names and ages
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
Remove directories not empty
hi,
i have an array that contains some names (1,4,6,56...). Every integer is a name of a folder.<
Header redirect
Hello ive got a problem ive got form with its action set to itself.
Code: <form id="f
Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t