| Author |
Message |
Topic: hit counter using php and mySQL |
fiasco
Replies: 2
Views: 19432
|
|
PHP and MySQL to produce a simple counter that can be placed on a web page. PHP and MySQL work very well together, and this article shows,
mysql_create_db("counter")or die("Error: & ... |
Topic: template |
fiasco
Replies: 4
Views: 19033
|
Forum: PHP Posted: Thu Sep 04, 2008 6:41 am Subject: template | |
|
| thanks to share this template. |
Topic: Embedding Flash |
fiasco
Replies: 3
Views: 23364
|
|
following method is use for embed forum posting:-
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src ... |
Topic: How Do You Make Your Designs? |
fiasco
Replies: 40
Views: 139721
|
|
What I believe makes a good template is:
1. a clear, defined layout
2. modern, 'shiny' graphics
3. big text
4. browser-compatible, accessible design.
Hope that helps you! |
Topic: Meta tags in PH? |
fiasco
Replies: 5
Views: 23216
|
|
| You can write whatever meta elements you like with php, just like you would write out any other HTML element(s). |
Topic: mail in php |
fiasco
Replies: 11
Views: 61834
|
|
The PHP mail() Function
The PHP mail() function is used to send emails from inside a script.
syntax:-mail(to,subject,message,headers,parameters) |
Topic: template |
fiasco
Replies: 4
Views: 19033
|
Forum: PHP Posted: Tue Aug 12, 2008 6:52 am Subject: template | |
|
| please explain me briefly I can't palpable your problem. |
Topic: PHP problem? |
fiasco
Replies: 18
Views: 52015
|
|
| You are missing mbstring for your php install. |
| |