dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<
Help with file_get_html
The following code gives the expected results:
<html>
<head&g
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
Upload file!
Ok i have a form..
Code: <form name="form1" method="post" action=&quo
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee