| Thread | Last Post | Replies |
|
| More on session variables | 03 Jul 2008 12:05 GMT | 5 |
I wanted to see if absolute or relative URLs had anything at all to do with the session variable information being lost. So, I wrote a simple test program. It is at www.sheldonlg.com/headertest/index.php. The results were not what I expected. BOTH ways lost the session ...
|
| security of phpsuexec | 03 Jul 2008 11:23 GMT | 12 |
A particular web hosting company decided to install phpsuexec on all their webservers, citing security considerations. My question is... is it really more secure? Without phpsuexec, if a PHP script is to create new files, public
|
| outtputting dynamic link in xml tag using php | 03 Jul 2008 04:11 GMT | 12 |
i am trying to create an xml tag ref to hold link.php?id=1; or link.php?id=2 and so on. I want the links for all the fields(id) in the databse so that when i call them in my html page for google maps i have the whole link.The
|
| fetch array function | 03 Jul 2008 00:36 GMT | 2 |
For the below query: ---------- $res = mysql_query("select * from tableOne where clientID='". $_GET['getClientId']."'") or die(mysql_error());
|
| how to store the path of uploading file.... | 02 Jul 2008 20:05 GMT | 4 |
hello everybody...... plz help me out... how we can store the acual path of uploading file.i want to store the path of file in my database...bt i m not getting anyway to implement
|
| restrict page access to one referring page | 02 Jul 2008 19:58 GMT | 9 |
I'm looking for a way to prevent access to a web page except from a particular referring page. What I am trying to do is prevent access to a download page for anyone who has not successfully completed an online quiz.
|
| Help with conflicting sessions | 02 Jul 2008 19:40 GMT | 8 |
Hopefully this is an easy question for those with more experience. I have two separate programs that I want to use together on a website Program A starts first and calls session_start(). Program B is started by the user clicking on a link and it also calls
|
| use SESSION variable? | 02 Jul 2008 19:00 GMT | 6 |
If ever a newbie wants to know how much he has to learn yet, he only has to look here<g>!! ANYway: PHP 5.2.5; XP Pro SP2+, local Apache Server My actual question is: How do I get a POST variable into a session
|
| php array used to fill in a web page | 02 Jul 2008 18:10 GMT | 8 |
First off, my skill level is beginner/intermediate. I know how to use php/mysql to fill in a page with information, but I read a little about arrays and i think this may be an interesting and easy way to maintain a small website.
|
| Encrypt password in PHP, decrypt in VB? | 02 Jul 2008 15:05 GMT | 4 |
I'd like to encrypt a customer's organization name to use this as their password to launch our application, and decrypt it within our VB5 application. We will then use this information to print it on every page that the
|
| PHP Startup: Invalid library (maybe not a PHP library) | 02 Jul 2008 13:38 GMT | 8 |
I am using PHP on the command line. PHP version is 5.2.0-8+etch11 (cli) from Debian Sarge. Apparently there is no informix extension in the package, so I got the PHP 5.2.0 source and built it with --disable-all --with-
|
| multi arguments for function | 02 Jul 2008 08:58 GMT | 1 |
Hi guys, I've 2 function as: function a($arg1,$arg2,...,$argn){ echo '....'; }
|
| System call | 02 Jul 2008 06:32 GMT | 17 |
I have UI in php, windows bat file that, i want to run bat file from UI,this file contains [code in bat file]
|
| what does two semicolns ';;' do | 02 Jul 2008 06:06 GMT | 38 |
I am looking at some code which process an uploaded file and it has loops like: for(;;){ // for([two semicolons){ what is the function of the two semicolons? loop until break?
|
| stream_socket_client and /etc/hosts file | 02 Jul 2008 03:02 GMT | 5 |
Does stream_socket_client use the /etc/hosts file? I'm using Mac OSX 10.5.3 as a development platform and VMware Fusion for VM hosting. I have a OpenSUSE Linux VM that has an Apache 2 web server with multiple named virtual hosts. I use the Macs /etc/hosts file to provide DNS
|