losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
Find occurences of unicode characters in string
I need to prohibit filenames with everything but English characters and numbers but regexp and strin
How to refresh a parent page from a modal popup
Hi,I have a modal popup in which I need to upload a file and store in the database should give a mes
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
Array becomes unset by itself?
Hi,
I have a bit of experience with PHP but not extensive. It seems I cannot store any items
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
pass form variables straight to email, no database required?
hello all,
im working on this form...
http://www.adobedayevents.com/project_request/pr
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee