Forum: PHP Dec 25th, 2007 |
| Replies: 10 Views: 1,873 use regular expressions
Look here:
http://ca3.php.net/preg-match-all |
Forum: PHP Dec 20th, 2007 |
| Replies: 2 Views: 605 If you need multiple comments, use 2 tables. One for the program details, and one for the comments. Use an id tag (preferably the unique key from the program details)
CREATE TABLE tvprograms (... |
Forum: PHP Dec 16th, 2007 |
| Replies: 5 Views: 976 use the function mysql_escape_string();
It will make sure all the characters are escaped and safe to use in a mysql query
escaping a character is adding a \ in front of a character. Eg: \'
... |
Forum: PHP Dec 16th, 2007 |
| Replies: 2 Views: 753 If you have a domain on a web host goto your control panel in your hosting account and look for a button/link/panel titled subdomains. Most control panels would just have you enter the name of the... |
Forum: PHP Dec 16th, 2007 |
| Replies: 2 Views: 1,467 O.o
The balance , profile etc can be part of a member table, and the sign up/upgrade areas can be scripts that modify the table when signup/payment is received.
If you are looking to make a pay... |
Forum: PHP Dec 12th, 2007 |
| Replies: 5 Views: 3,930 First ... use code tags to highlight your code...
[*code]
[*/code]
(without the *)
Also dumping the whole file into your post does not really help... where's line 376... one's going count... |
Forum: PHP Dec 12th, 2007 |
| Replies: 2 Views: 793 Simple.
Take the text of the article as a string, crop the string to a certain size, append "......" to the string and display it.
<?php
... |
Forum: PHP Dec 12th, 2007 |
| Replies: 12 Views: 3,816 Oh,
Are you asking how to set custom error pages?
Well, .htaccess or by using the control panel. Look in you CP for custom page or custom error pages. |
Forum: PHP Dec 12th, 2007 |
| Replies: 4 Views: 932 |
Forum: PHP Dec 12th, 2007 |
| Replies: 3 Views: 2,624 If you are sure it has the answer you could always buy it ^^.
Or you could just ask the question about the problem you are having.... |
Forum: PHP Dec 12th, 2007 |
| Replies: 8 Views: 20,864 Try this page:
http://www.easysoft.com/developer/languages/php/sql_server_unix_tutorial.html
However I'd recommed you use MySQL rather than MS SQL.
Get XAMPP at portableapps.org if you need... |
Forum: PHP Dec 12th, 2007 |
| Replies: 3 Views: 2,624 Hi,
You should always look on the net for tutorials first. Then there's the php documentation pages.
Also checkout these:
http://curl.haxx.se/docs/
http://www.php.net/curl
However if you... |
Forum: PHP Dec 1st, 2007 |
| Replies: 0 Views: 2,727 Example:
Navigate: PHP Code Library > PHP > Sub1 > Title V
Any ideas, tutorials no how to do that using php & mysql ? each category should be able to have items and more categories under it. It... |