Forum: PHP Oct 24th, 2007 |
| Replies: 3 Views: 402 Re: PHP errors Hello,
it says Sresult, instead of $result. It's just not a MySQL result, not a PHP variable.
Shaffer. |
Forum: MySQL Oct 20th, 2007 |
| Replies: 10 Views: 3,240 Re: how to update a field in mysql with txt file. Hello,
that is quite a really stupid error by me, and something too unfortunate to hold you back for.
Parse errors are a type of syntax errors. It told you that you have an unexpected '{'. This... |
Forum: PHP Oct 17th, 2007 |
| Replies: 4 Views: 804 Re: Displaying dates in order Hello,
I have my table date/time column set to VARCHAR(40) for that matter, or anything above the length of the timestamp string.
Then, with PHP, I can get that information using date().
If you... |
Forum: JavaScript / DHTML / AJAX Oct 16th, 2007 |
| Replies: 4 Views: 7,727 |
Forum: JavaScript / DHTML / AJAX Oct 16th, 2007 |
| Replies: 4 Views: 7,727 Re: javascript - hide and display the div tag Hello,
Firstly, it is really annoying that people keep posting JavaScript questions in the Java forum. They are so different.
Secondly, you got two things wrong:
1. Your <divName> is relavant for... |
Forum: JavaScript / DHTML / AJAX Oct 12th, 2007 |
| Replies: 1 Views: 1,258 Re: Hint Box using Ajax with Php Hello,
I don't think there is any need for AJAX here.
Simply:
<form name="The_wonders_of_DHTML">
<input type="text" onmouseover="document.getElementById('comment').value='Please enter... |
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2007 |
| Replies: 1 Views: 1,280 Re: Page Refresh Hello,
well, yes, there is a way.
Use the function setTimeout(miliseconds,"parent function name");
I hope this helps you.
Shaffer. |
Forum: JavaScript / DHTML / AJAX Sep 30th, 2007 |
| Replies: 5 Views: 847 Re: css file Hello,
first of all, in-order to keep of with w3c's newest regulations, try this:
<link rel="stylesheet" type="text/css" href="c:\Calendar.css"/>
Anyhow, put it in the <head> section.
Shaffer. |
Forum: HTML and CSS Sep 30th, 2007 |
| Replies: 5 Views: 810 |
Forum: MySQL Sep 29th, 2007 |
| Replies: 10 Views: 3,240 Re: how to update a field in mysql with txt file. Hello,
you should paste the code between the <?php ?> braces into a file of any name, of the php file tppe (.php), and then run it from the server, as you've said. :)
As for the text file; the format... |
Forum: MySQL Sep 27th, 2007 |
| Replies: 10 Views: 3,240 |
Forum: MySQL Sep 27th, 2007 |
| Replies: 10 Views: 3,240 Re: how to update a field in mysql with txt file. Hello,
thanks, I think I have a better understanding now of what you want.
Do you want to replace a Pkg(...) with it's code throughout the table?
If so...
$i=0;
foreach(file("pkgoptions.txt") as... |
Forum: MySQL Sep 26th, 2007 |
| Replies: 10 Views: 3,240 Re: how to update a field in mysql with txt file. Hello,
in what form do you need to enter them? I really don't understand... It seems like you need a different table for the pkgoptions, I really don't know how you want the different packages to be... |
Forum: MS SQL Sep 25th, 2007 |
| Replies: 8 Views: 1,487 Re: retrieve data Hello,
I hope this will work for you:
SELECT * FROM table_name WHERE Metric_Num='12345' AND UNIQUE(GPA) AND UNIQUE(CGPA) AND UNIQUE(Status);
Happy Jewish New Year!
Shaffer. |
Forum: C Sep 21st, 2007 |
| Replies: 9 Views: 1,177 |
Forum: MS SQL Sep 21st, 2007 |
| Replies: 8 Views: 1,487 Re: retrieve data Hello,
I need to know how many rows, and by what parameters, so that I can help you.
Shaffer. |