| Thread | Last Post | Replies |
|
| PHP MySQL Query | 19 Jul 2008 13:12 GMT | 3 |
I have the following query that works great... $result = mysql_query("SELECT * FROM location WHERE location_tag LIKE 'A___'") or die(mysql_error());
|
| IIS + Apache + PHP | 19 Jul 2008 11:33 GMT | 3 |
I have configured IIS on a Windows 2003 Hosting Server and it is currently listening to Port 80. I have also installed Apache which is running on Port 9091. I have already installed PHP Support for Apache which is working fine.
|
| questions about using include() in php | 19 Jul 2008 08:52 GMT | 1 |
i am doing seo for a website and this website uses a lot of php for which i need suggestions. this is how the website is set up. in the index.php file there is a flash banner at the top of the page and the center part is another file which is called using
|
| Redirect to a new webpage | 19 Jul 2008 08:44 GMT | 2 |
I'm doing some experimentation with php and was wondering the "best" way to achieve this task: I have an initial page that has a form, which, when completed, directs to an intermediate webpage to process
|
| photo gallery upload script | 19 Jul 2008 08:27 GMT | 3 |
I would like to create php code for uploading photos into the server. However, it would not be so easy script to create. I would like to upload unlimited number of photos into the ftp server after once clicking on "Browse" button. I mean such situation that I choose 20,
|
| Turn binary number 0xFFFFFFEE into a float? | 19 Jul 2008 05:56 GMT | 4 |
I have a binary file which only has 4 bytes "FFFFFFEE". I just want to put it in a variable equaling 4294967278. How I've failed so far: <?
|
| Default Arguments | 19 Jul 2008 02:49 GMT | 3 |
Default Arguments: what's the general consensus about them? To give an example, so we're all on the same page, this is the syntax I'm talking about: function foo($bar = "some value"){
|
| Templating best practise | 19 Jul 2008 02:40 GMT | 1 |
http://allyourtech.com/content/articles/29_06_2005_templating_with_php.php Using method 2 - it mentions "You may be wondering, "Where will we be pulling this content from?" There is no single way to do this; content could be pulled from
|
| nntp and imap_headerinfo problem | 18 Jul 2008 23:01 GMT | 2 |
Hello, I'm reading the messages of a newsgroup via imap_open. (aioe.org) It'working for messages posted on 07/03/2008 but not for ones posted after. I.e. the header_info returns are: 07-01-2008 12:23 - PAESTUM EMERGENZA RIFUTI?
|
| php/mysql question? Why are the seconds missing? | 18 Jul 2008 21:58 GMT | 5 |
The code below is from a php file which can obtain data from a mysql database in Excel format. Does any part of it explain why the time part if the Date/Time field does not have the seconds value?
|
| Understanding and Working With Classes (Example using MySQL Wrapper Class) | 18 Jul 2008 21:40 GMT | 2 |
I am trying to learn how-to use Classes effectively and started working with an MySQL Wrapper Class. Problem being, I can't get it to work. Normally I'd do something like
|
| Has anyone... | 18 Jul 2008 21:25 GMT | 2 |
got php and asp.net to run under IIS. If so, have you gotten php, asp.net and sharepoint to run under IIS?
|
| How to read CSV and update Mysql | 18 Jul 2008 20:23 GMT | 2 |
I have a csv file - That I get nightly. Can someone point me to an example of a script that reads the CSV and updates a Mysql db. I have to grab the CSV at runtime by following a static URL.
|
| determine text position in image | 18 Jul 2008 16:13 GMT | 4 |
I want to create an online stamp making site. In my site a user select a template from number of templates for making his stamp. The template is and image with some graphics and text. Now user can change the text in template but not the graphics .My requirement is how can i
|
| some examples for documenting code for phpDocumentor | 18 Jul 2008 14:57 GMT | 2 |
I would like to find some (more) extensive examples (abstract classes, extends, implements, interfaces, ...) on how to document your php code for use with phpdocumentor. A lot of the examples on the site is old (like in PHP4). Since I am doing it now, I might as well do it right.
|