| Thread | Last Post | Replies |
|
| Redirection script | 31 Jul 2009 19:22 GMT | 7 |
Hello. I'm kind of a PHP noob.. I need a script that does the following: It has a group of links to the same content but on diffrent servers. (Let say: http://example.com/file.zip and http://example.org/file.zip)
|
| Persistent connections | 31 Jul 2009 17:44 GMT | 68 |
I have a PHP script that opens up a socket, and reads data. This is a persistent socket. The problem is that if I launch it from my browser, I have to keep my browser open. If I launch it as a CRON job, then I will disconnect every time the cron job runs. Any suggestions?
|
| PHP4 | 31 Jul 2009 16:33 GMT | 1 |
One of the older servers I work with provides PHP4 and I run into some problems getting a class running on this server. expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'... It does not seem to work with private and public variable
|
| Modifying the Compiler | 31 Jul 2009 14:21 GMT | 1 |
Modifying the Compiler Postby irobeth on Sat Jul 25, 2009 6:55 pm I'm trying to modify the compiler/tokenizer/language parser to allow support for new keywords like unless / until
|
| regular expression problem | 31 Jul 2009 10:36 GMT | 2 |
I work on some bbcode parser script and i have difficulty to find out how to parse hyphens to horizontal line for example
|
| stop for moment | 31 Jul 2009 08:58 GMT | 5 |
Excuse me!! Would you stop for a moment?! Haven't you thought-one day- about yourself ? Who has made it?
|
| PHP Session not persisting with only some users | 30 Jul 2009 20:04 GMT | 6 |
I’m running out of steam here. I have tried everything suggested to me (as far as I can tell) and I’m still having random problems. 2% or so of IE users can’t log in to my site. It appears that code igniter isn’t setting their session data properly. I’m using the
|
| Load Data ? | 30 Jul 2009 17:30 GMT | 10 |
This might really be a MySQL question but can only get to mailing news. I'm migrating a spreadsheet to use with php/mysql but I can't find a reference. Using phpmyadmin I'm doing a csv import. Have done them before but this time the data i was given has about 100 fields.
|
| How to embed youtube player in php mail function | 30 Jul 2009 12:13 GMT | 2 |
i want to send youtube player through php mail function . Thanks in advance
|
| using active X components? | 30 Jul 2009 11:28 GMT | 3 |
Is there a way to use active X components in PHP? WBR Sonnich
|
| one $ fine but not two $? | 30 Jul 2009 09:55 GMT | 4 |
So I have an array of MySQL field names called $fields. I'm attempting to make some variables by concatenating the $ symbol to the field names but when a second $ appears in the line I get nothing. Here is what works but it's not exactly what I want:
|
| Simple caching system question | 30 Jul 2009 08:38 GMT | 11 |
I am using a simple template class, which supports caching. I have set the time limit to 20 minutes. For example I am viewing the page /article/10 (10 is the article_id). If there is no cache file it created one. If I visit it again I am being
|
| Testing! | 29 Jul 2009 22:14 GMT | 7 |
|
| Why $GLOBALS ? | 29 Jul 2009 18:23 GMT | 4 |
well I use PHP for a long time and currently I have one question: Why is there this $GLOBALS varianble? http://www.php.net/manual/en/reserved.variables.globals.php It is always there, but why ?
|
| Date problem | 29 Jul 2009 14:07 GMT | 29 |
Hi -- I'm having a problem with dates that I can't seem to find a solution to ... How do I get a Web page to display the current date (and time) OF MY BROWSER on the page?
|