Search found 28 matches

by csoftdev
Fri Dec 07, 2007 5:14 pm
Forum: XML, HTML & CSS
Topic: how to Centering a table with CSS
Replies: 11
Views: 4605

how about
<table style=width:100%>
<tr>
<td style=text-align:center>
.... your table ....
</td>
</tr></table>
by csoftdev
Fri Dec 07, 2007 5:11 pm
Forum: MySQL/MariaDb
Topic: Help me : Where And Or
Replies: 8
Views: 6990

ask your question properly will be very helpful.
if you mean 3 conditions, then just use AND/OR to link up those conditions.
by csoftdev
Fri Dec 07, 2007 5:08 pm
Forum: MySQL/MariaDb
Topic: Has anyone here installed there own PHP-nuke portal?
Replies: 7
Views: 6830

i think it will be more useful if you can make a through description of the error that you are getting
by csoftdev
Fri Dec 07, 2007 5:06 pm
Forum: MySQL/MariaDb
Topic: my second request
Replies: 2
Views: 4323

do you mean an ebook to prepare for certification or simply a guide on how to use mysql?
by csoftdev
Fri Dec 07, 2007 5:02 pm
Forum: PHP
Topic: php script help
Replies: 6
Views: 2485

have u tried existing class like phpmailer? it's quite an extensive class and very useful
by csoftdev
Fri Dec 07, 2007 4:59 pm
Forum: PHP
Topic: a calendar script in php?
Replies: 4
Views: 2007

i think u can easily google for things like this. plenty of options out there.
by csoftdev
Fri Dec 07, 2007 4:57 pm
Forum: PHP
Topic: Vote ur fav web tools
Replies: 37
Views: 60872

I use mainly zend studio and vi if I am on linux and lazy to launch up zend.
by csoftdev
Fri Dec 07, 2007 4:55 pm
Forum: PHP
Topic: PHP Command Line
Replies: 17
Views: 4706

won't it be too dangerous to allow commands to be executed that way? what if someone pass it delete command?