mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
search query in mysql in php problem
my search query wont work, i know, that my codes are correct.please help
Code: [Select]&l
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
PHP - MySQL Fail
My PHP code will only execute the first part of my code...
Code: <?php
sessio
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like
dropdown box help - open php files to textarea
Hi, I am using tinymce to edit content located in several php files. The code I attached works but i
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr