Search Results

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: bigattichouse
Forum: PHP Oct 26th, 2007
Replies: 4
Views: 933
Posted By bigattichouse
When you do a view-source on the page, what is the output?
Forum: PHP Oct 26th, 2007
Replies: 4
Views: 2,233
Posted By bigattichouse
Can you post what you've done? I have a site using UTF-8, and it took me a while to get it sorted out. Is your backend database ALSO utf-8? That made a *huge* difference for me. making sure my...
Forum: PHP Oct 26th, 2007
Replies: 1
Views: 660
Posted By bigattichouse
use ODBC/OLEDB to talk directly to the database from PHP (if PHP is on a windows machine). You can't execute any functions in the mdb, but you could insert keys/etc into the database that could be...
Forum: PHP Oct 26th, 2007
Replies: 1
Views: 1,754
Posted By bigattichouse
Honestly. I'd use xmlhttp (Ajax) and do it on the server. If you *need* it to be hidden from the user, then COMPLETELY hide it from the user by removing it from the page. Just have ONCHANGE call an...
Forum: PHP Oct 26th, 2007
Replies: 1
Gd
Views: 559
Posted By bigattichouse
When you see this error, take out the content-type declaration, You're probably getting an error from PHP, but because of content-type the browser is preventing you from seeing what is wrong.

//...
Forum: PHP Oct 26th, 2007
Replies: 8
Views: 1,155
Posted By bigattichouse
use the actual path /path/to/your/html/upload
Forum: PHP Oct 25th, 2007
Replies: 2
Views: 1,585
Posted By bigattichouse
If this URL is correct
products.php?product=string

Then this:
$_REQUEST['products']
should be
$_REQUEST['product']
Forum: PHP Oct 25th, 2007
Replies: 3
Views: 1,270
Posted By bigattichouse
I know the error, but not specifically how to fix for wordpress.

The error is because XML parsers expect the <?xml> tag to be the very first thing in the file. Your file is either blank, or has a...
Forum: PHP Oct 25th, 2007
Replies: 3
Views: 1,888
Posted By bigattichouse
If you feel that you don't want your pages to show as .php, but you still want to have dynamic content, you may want to check mod_rewrite as an an extension to Apache (which can accept urls in...
Forum: PHP Oct 25th, 2007
Replies: 3
Views: 614
Posted By bigattichouse
Should be

if (mysql_num_rows($result) > 0)
Forum: PHP Oct 25th, 2007
Replies: 1
Views: 539
Posted By bigattichouse
try:

mysql -pPASSWORD -u username < filename

example: mysql -u cs301 -pweb
Forum: PHP Oct 25th, 2007
Replies: 3
Views: 931
Posted By bigattichouse
Options:

1. Install Sendmail or a similar SMTP server
or
2. Use the SMTP settings from your email account. (so PHP will connect to your outgoing mail server just like your email programs do)
Forum: Pascal and Delphi Oct 25th, 2007
Replies: 9
Views: 3,574
Posted By bigattichouse
Worst/Quickest/Unelegant method? (assuming you don't just make a console app)

1. Drop a TTimer on the form
2. In the OnTimer event:
Timer1.enabled=false;
SendEmail(); <--...
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC