| Thread | Last Post | Replies |
|
| Can variables be shared across sessions? | 30 Sep 2005 22:39 GMT | 2 |
Another newbie question. I have a small website working via php and all is fine, but I wanted to add some new features and was wondering if php allows for variables to be seen by multiple sessions, ie a user viewing the web site on one machine can see variables created by another ...
|
| Help with extracting please folks.! | 30 Sep 2005 21:03 GMT | 4 |
Help with extracting please folks.! Hi. I have this: a variable like: <a href="http://www.some_html.com/text.html" >some text</a><br>
|
| Post array values (beginner's question) | 30 Sep 2005 21:03 GMT | 6 |
This might not be the right group for this question, since its kind of a pure html question... Given the html construct: <form action='index.php?expand=0,10000' method='post'>
|
| Need expert help with this HTML mail send process | 30 Sep 2005 21:03 GMT | 3 |
Hello, I have this code below, which I am trying to have it send HTML formatted mail with embedded images. I can get this to send the mail, but it spits out a bunch of junk [output of this is below]. I know this should be pretty simple, but I have been pulling my hair out for
|
| How to check if a character appears in a form variable? | 30 Sep 2005 21:03 GMT | 7 |
Can anyone tell me how you can perform validation on a string variable in PHP so that you can check if a specific character is contained within the string. The reason for this is i am trying to create a form for a site i am making and i want to validate the user's input for the
|
| Submit form with variable for action? | 30 Sep 2005 20:54 GMT | 6 |
So, i've got a form that is very simple. It hold three elements: username, password, and domain. The goal here is to have the form submit the login to an administrative section depending on which domain someone has chosen.
|
| How to fix open_basedir restriction in effect... problem | 30 Sep 2005 20:40 GMT | 1 |
I've been searching on the internet for some time now and I was not able to find a solution to this problem. under apache httpd.conf file I have the following setting php_admin_value open_basedir
|
| newbie wanting advice on search form | 30 Sep 2005 19:36 GMT | 9 |
having trouble with the following code. when I try it comes up with the message "could'nt execute query and returns zero results. It also gives a warning about the mysql_num_rows line that it is not a valid mysql resource. Any help given greatfully recieved as I have been struggling
|
| what does thsi line do | 30 Sep 2005 19:17 GMT | 8 |
I was looking through some PHP code and saw the below line of code and was wondering what it did - $w = ($tmp[0]>$maxw) ? $maxw : $tmp[0]; can someone explain what it would do ??
|
| Multithreading/Parallel Processing with PHP | 30 Sep 2005 17:01 GMT | 6 |
Group, I have googled this topic and I know this has been asked before, but there seems to be no good answer except "PHP doesn't support multi-threading" I am new to PHP so I might be using the wrong terminology.
|
| PHP / GMAIL Email Checker? | 30 Sep 2005 16:24 GMT | 4 |
Is there a PHP script out there that will check a given gmail emai account and thell the user is (s)he has unread gmail emails All I am looking for is a call I can do from my php script that wil do this for our users. Each of my users has entered their gmail logi
|
| Array Remove | 30 Sep 2005 16:16 GMT | 4 |
Is there an acutal function in PHP for removing an element of an array? eg: array1 = ("zero", "one", "two", "three"); array1 = remove_element( array1, 2 ); // array1 now contains ("zero", "one", "three");
|
| possible to mix client and sever code? | 30 Sep 2005 15:51 GMT | 4 |
I to mix client and server code this but gives always an error (';' missing). <script type="text/javascript"> var a=1;
|
| Passing '+' gives trouble. | 30 Sep 2005 15:44 GMT | 3 |
Hi all you experts, I'm passing some text from one page to the other which holds a '+' in the text: $text = "regeling + formaat"
|
| Image display that will change for every 5 sec. | 30 Sep 2005 15:31 GMT | 1 |
can any one come up with the code that display the images from the folder.but image should be changed for every 5 seconds.can any one com with this code. or suggest me the way to do it.quick reply will be appreciated.
|