update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
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
error checking breaking my code
Hi there, OK first of all, big apologies for what I assume is really fundamental errors in the struc
iMatch stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for eve
Including calander to page - will not show other months than current??
im trying to add an existaing calander onto a profile page by using Code: <?php include "
foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?
Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
PHP Error
On my .php page I have a drop down box that has several names in it. When a user clicks the name &am
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?