PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is m
send() and recv() parameters confusion
On server Side:
int recv (Socket,Buffer, Length, Flags)
On Client Side:
int send (Soc
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
checkbox update
I am having a brain fart right now and i cant remember how to do this. if anyone could help that wou
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please t
update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
Count Session and Trigger Events
I am New in PHP, seeking a method to count logged users by counting the sessions or any …, is