Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
Open/Close Links in Php
Hello, Hoping someone can inform me how I can get PHP to automatically open a set of links in a new
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors:
Change Sort Order to Display Newest File First
Hi Guys,
I have a page that sorts the contents (PDFs) of a directory and displays them on the
how can i display php source code snippets ?
I am outputting some pho code .. and I want to display the source code so people can copy and paste
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Calling a Procedure with IN & OUT Parameters
Hello,
I usually call my procedures using the following way
declare variable e
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo