| Thread | Last Post | Replies |
|
| Can You Recommend a Content Management System? | 31 Jul 2008 22:00 GMT | 2 |
I'm hoping someone can recommend a free to low-cost content management system that's easy for non-pros to use and is not too constrained by web design. I have a content site and I would like my editors to post stories, update blogs, etc. Thanks for the help.
|
| create file and write content in same code block | 31 Jul 2008 21:05 GMT | 3 |
This a modified part of a larger script I made. I couldn't get it working so I made a smaller part of it - hoping to get it working. Well it still doesn't work :( The following code creates the new file, but does not write the
|
| Classifieds Without Log In? | 31 Jul 2008 19:25 GMT | 2 |
Does anyone know any scripts (paid or free) which have facilitties like www.gumtree.com or www.craiglist.org (i.e. users can post their adverts, but they do not need to become members, just agree to terms and conditions)? Many thanks
|
| something like grep | 31 Jul 2008 19:07 GMT | 6 |
I'd like to open a directory and spider all the subdirectories and files. What is the php term for doing this? Seems like it should be here: http://us3.php.net/manual/en/ref.filesystem.php
|
| help me in this issue | 31 Jul 2008 12:35 GMT | 2 |
im new to javascript ,here im trying to select an category from select option ,and that category must display on other select option 2. remove is working fine pls assist
|
| online users | 31 Jul 2008 04:43 GMT | 3 |
Hi is there any way i can get who is online on my website with php? dolin, http://www.youngindonesiangirls.com
|
| Decode chinese characters | 31 Jul 2008 03:48 GMT | 2 |
when someone enters chinese or japanese characters on this web app I got they get stored in the database in this format: 记得联系哦 Now this is fine when its outputted in the browser, the browser knows to
|
| mail questions | 30 Jul 2008 22:57 GMT | 4 |
I haven't used php to send mail yet and have some questions. I see that you can add headers, and these days it is essential to have a real "from". But I see you can also do this:
|
| <? view_content(78) ?> | 30 Jul 2008 20:02 GMT | 4 |
I hope someone can help.... I'm new at all this, so please bear with me. I created a website and did this all in php using dreamweaver. I later hired a programmer to connect some forms and reports to an sql database. I later had him upload all the
|
| count newlines in heredoc variable | 30 Jul 2008 19:54 GMT | 2 |
How could I count the number of newlines in a heredoc variable? This outputs 0, but I thought heredoc preserved newlines? <? $test = <<<END
|
| PDO on windows | 30 Jul 2008 16:53 GMT | 3 |
Much to my surprise PDO does not come with php 5.2.6 on windows. I can't seem to find out much about how to install PDO and the mysql driver for IIS and windows. I haven't given up googling, but... Any resources on this? I have a client that I'll need to talk through
|
| Undefined index: HTTP_HOST | 30 Jul 2008 14:13 GMT | 7 |
Undefined index: HTTP_HOST This occurs sometimes, is there a reliable method for determining the HTTP_HOST. Not sure if this is something related to Apache or if it's a problem with the version of PHP.
|
| Probably very easy to do, but for some reason... | 30 Jul 2008 13:32 GMT | 1 |
For some reason, my brain has gone to mush on a couple of things. Any help would be appreciated. I have an array and a field passed into a function (call it $v) which is a string composed of comma sep values. foo = array("one"=>1, "two", "three", "four", "five"); $ex = explode("," ...
|
| Should a class directly reference $_SESSION? | 30 Jul 2008 12:17 GMT | 4 |
Hi everyone. I'm just wondering if it's considered bad practice to have a class read from and write to the $_SESSION super global. I was just learning a little about object serialization, and I've come to the conclusion that storing potentially large serialized objects in a
|
| All possibilities from datasets? How to? | 30 Jul 2008 07:53 GMT | 10 |
We have X number of data sets, of Y length each. For example... Small, Medium, Large and
|