Forum: PHP Jun 4th, 2007 |
| Replies: 4 Views: 1,085 Is this (http://messenger.yahoo.com/addpresence.php) what you're after? |
Forum: PHP May 11th, 2007 |
| Replies: 2 Views: 712 I'm no PHP expert but do you have to have a complete comparison for each item in the expression?
eg
if ( ($variable == "GBP") || ($variable == "EUR") ){
$display = "my text here";
} |
Forum: PHP May 10th, 2007 |
| Replies: 22 Views: 5,692 Looks like a good start. No better way of learning than diving in and trying to actually build something useful! |
Forum: PHP Apr 16th, 2007 |
| Replies: 2 Views: 31,074 <?php
$foo = system('wget http://www.myserver.com/file.txt ~',$output);
?> |
Forum: PHP Mar 30th, 2007 |
| Replies: 3 Views: 5,976 No. Dreamweaver is an editor.
These are frameworks written in PHP that help simplify the web development process; especially interaction with databases and keeping your code organised (MVC style) |
Forum: PHP Mar 29th, 2007 |
| Replies: 3 Views: 5,976 I think that seperating the business logic and presentation, rather than being true 'three tier', is more of a MVC structure. I think you should look into Symfony (http://www.symfony-project.com/)... |
Forum: PHP Mar 23rd, 2007 |
| Replies: 3 Views: 1,278 If people come and ask stupid questions I will give them stupid answers.
"hello..anyone help me to give an example code for search?"
What the hell is that? Search? Search what? And in what... |
Forum: PHP Mar 21st, 2007 |
| Replies: 3 Views: 1,278 select name
from idiots
where cant_be_arsed_making_an_effort = true
and will_fail_college = true
name
-------
beihkya
(1 row) |
Forum: PHP Jan 3rd, 2007 |
| Replies: 6 Views: 2,293 Which FTP server/OS are you using? |
Forum: PHP Jan 3rd, 2007 |
| Replies: 6 Views: 2,293 Is it anything to do with the permissions on the files? |
Forum: PHP Aug 9th, 2006 |
| Replies: 8 Views: 1,930 koders.com (http://www.koders.com/) may be a decent place to start if you have the type of snippet you want in mind. |
Forum: PHP Apr 21st, 2006 |
| Replies: 40 Views: 9,539 learn to walk before you can run.
and try to come up with something original. copying something that nearly everyone who uses the internet has heard of and trying to beat them at it.. its not... |
Forum: PHP Oct 31st, 2005 |
| Replies: 4 Views: 1,561 in addition, you could use a user/advert link table and gear it so you can make them click on different banners in order to see different attachments, rather than allow them to see everything after... |