Summary: SN, Thanks much for the long and well thought-out reply. I see your point that people who permit no cookies at all probably don't do much e-Commerce. ...
Summary: My question has to do with PHP and using the post method for forms. I've been taught and always believed that to access these variables I had to use $...
Summary: From: Ask the Experts - About the Future of PHP " [Q:] Is there going to be a version of PHP 4.x which is declared stable for use with Apache 2.x or, ...
Summary: Using static documents is certainly the fastest way, but string matching your database regularly isn't very dynamic (and when you add content it creat...
Summary: No no. He wants to simulate a series of HTTP transactions in his script and then extract data from the resulting HTML document (or scrap the page). T...
Summary: Hi, I'm trying to make a mail merge system like word does, but with php and mysql. as far as I know word only uses the query 'select * from <source...
Summary: hai buddy, Have you typed your PHP script using notepad...If it so save it as filename.php and then select file type as "ALL FILES"...... Ev...
Summary: In my opinion a book is the best way to learn a new language because it is better to read than from screen, you can easily look things up when needed ...
Summary: Open post.php and use the following code: //Add markup to beginning of file rewind($handle); $write = fputs($handle, $addition); As you can see I've a...
Summary: 2 hours? You expected to understand it all in 2 hours? My god. You find someone who really knows php, and has been working in it for 6-7 years (you f...
Summary: Hi, I've spent a little while making a simple forum which pretty much duplicates the functionality of the Computing.Net forums. It's written using PHP...
Summary: I am new to PHP. i have a problem using sessions.I had used sessions in my PHP code.Now when i bookmark a page from my website and close the site with...
Summary: I'm trying to send an MMS to openwave mm7 server using, not openwave mms sdk but only php and pear-soap extension. I am now at a point where I can't g...
Summary: I'm trying to set up a script that will crop a piece of text to make sure it doesn't exceed three lines 350px wide. The only solid way I can think of ...
Summary: Installing the Package ---------------------- Unzip the package into the directory you want to use on you web server, if you're unsure where that is, ...
Summary: Can some one show me in a few steps with some simple code how I could use templates in my php web page. Lets say my template is a teble split with two...
Summary: Hello again Thank You for Your answer Does this mean that I can't use session variables? Any suggestions how I can code the persistent login on the li...
Summary: you should use session, by putting this: session_start (); on top of every script. Then on validate.php you define a (let's say) userlevel session: i...
Summary: ok my friend is making a web site. i had an idea and i gave it to him. he said, "iv been working on getting something in there like that." hes using p...
Summary: www.easyphp.org for download http://www.w3schools.com/php/default.asp not so great but if you want to learn some stuff about php try that. oh and one ...
Summary: I am using just a plain old text editor, but I am currently experimenting with a slightly more advanced editor called "cEdit". It is a freeware progra...
Summary: Hi, I am a newbie in php and javascript. I've got a problem on a php counter in htm page. I've tried the php code like this: <?php session_start ()...
Summary: recently i've been working on this blogging application, and i wanted a way to allow users to upload pictures to the server, when they are logged in, ...
Summary: (Forgive me while I talk to myself here!) I added a couple lines to the PHP and the warnings went away. I don't understand it all but... Added: $user...