| Thread | Last Post | Replies |
|
| Subdomain, customized home page | 24 Jul 2008 11:21 GMT | 1 |
I have a question about subdomains. I would like my website to have subdomains that essentially show my regular main website, except that the subdomain passes as a variable on all pages so that I can use the subdomain as a variable to customize details. For example, the home
|
| how to access variables from a previous page | 24 Jul 2008 11:08 GMT | 4 |
I have some questions on how to use the variables from one of the queries in the page bad_orders.php (queries are different depending on which user was logged in) to the Excel page bad_orderXL.php ( if/else redirect to Excel bad_orderXL.php) at the bottom of the first page.
|
| Need help ! subdomain names with php | 24 Jul 2008 08:05 GMT | 2 |
I have got one problem that is , i have a small blog in my language(uyghur , i am uyghur actually).and i want my user's to user subdomain names instead of using long and boring names , EXP http://www.google.com/user.php?username=ali
|
| zlib instalation and configuring problem | 24 Jul 2008 05:16 GMT | 4 |
I`ve tried to instal zlib library to use zip functions to pack files into zip archive. I don`t know how I have to configure zlib to make it work. I have built up php.ini file and I`ve put such line
|
| Seeming "Auto-Submit" without my creating or wanting it | 23 Jul 2008 22:59 GMT | 2 |
I am running PHP5 in Eclipse. I downloaded HTTP_UPLOAD from pear.php.net to play with the functionality. They have a nice example but it is not working for me... Here is what is happening - the example includes a form where you
|
| URL Parameters to meet W3C validation causes incorrect _GET parameter results | 23 Jul 2008 21:30 GMT | 9 |
Since to have a page validate (HTML and XHTML) you should have your URL parameters separated by the appropriate separator. However, if an ampersand is used it needs to be expressed as & (example: ./ index.php?a=1&B=2). But, if that is done, then the _GET or
|
| Very small assistance please | 23 Jul 2008 20:39 GMT | 2 |
Hello I have a small script that Im trying to upload files onto a Linux Webserver but it fails the move_uploaded_file() w/o giving an error or any hint as to why. My hosting plan only allows Premium members (which I dont
|
| nested loops only loop once | 23 Jul 2008 19:23 GMT | 4 |
I am using two while loops that are nested. The first loop (post name) returns the full column of results, but the second (post modified) only returns the first row of the column. Is there another way I could write this to get both loops to complete fully?
|
| running shell_exec commands as root | 23 Jul 2008 18:11 GMT | 3 |
I've a PHP script that is run as a cron job. It contains this line: $stringListingAllProcesses = shell_exec("lsof | grep vsftpd"); The lsof command returns almost nothing unless you are the root user. Can anyone think of a way I can use su or sudo or something else to get
|
| ob_flush change variable | 23 Jul 2008 13:56 GMT | 4 |
<?php $var01='test1'; $var02='test2'; ?>
|
| zlib - adding many files | 23 Jul 2008 13:41 GMT | 3 |
Is it possible to create i.e. truck.gz compressed file, which contains i.e. 4 files: truck1.jpg, truck2.jpg, truck3.jpg, truck4.jpg? If so, how should I implement such code to achieve this using gzwrite and any other functions?
|
| LDAP and OpenSSL | 23 Jul 2008 13:13 GMT | 1 |
I have a question regarding using SSL connections with LDAP. Background: We have a sun server, and PHP has been compiled against the LDAP libraries provided by Sun. Almost everything I have read regarding
|
| PHP Developer wanted - Melbourne CBD * 3 to 9 month contract | 23 Jul 2008 10:27 GMT | 1 |
Initial 3 month contract for a mid level PHP Developer - 3 years experience, including FastCGI and SQL Server. Opportunity for extensions or permanent. Melbourne CBD located.
|
| Library versions in PHP | 23 Jul 2008 10:02 GMT | 1 |
Using PHP under OS X 10.5.4, it appears to be version 5.2.5 (pretty recent). But the SQLite library used is 3.3.17 (or 3.4.0, can't remember now). Anyway, it appears to be about a year old. Now, is this an Apple issue (building with an older library) or a PHP
|
| Does apache stop a script mid execution ? | 23 Jul 2008 07:27 GMT | 5 |
I have a quick and probably dumb question, keep in mind I just dumped my old love FastCGI + Perl for it's younger hotter friend PHP5. If the user calls a time consuming script and then stops or refreshes the browser before the script had time to finish will Apache kill the
|