Search Results

Showing results 1 to 40 of 93
Search took 0.01 seconds.
Search: Posts Made By: samaru ; Forum: PHP and child forums
Forum: PHP Dec 21st, 2004
Replies: 7
Views: 5,748
Posted By samaru
How much PHP do you know? You could just calculate the time length between the last login and registration time (if they've never logged in yet), or between the last two logins. If it equals x amount...
Forum: PHP Aug 28th, 2004
Replies: 3
Views: 3,963
Posted By samaru
Personally, I hate games created with languages that were originally designed for the web. HTTP is not persitent, so you cannot have a live game unless you constantly refresh the page. You could...
Forum: PHP Aug 28th, 2004
Replies: 1
Views: 2,966
Posted By samaru
Cool. I see that you added a neat feature where you get a 404 Not Found error when people visit the page. Friggin' A.
Forum: PHP Aug 28th, 2004
Replies: 3
Views: 15,536
Posted By samaru
& characters are allowed, however, there are some e-mail providers that don't allow you to have that character in your account name.
Forum: PHP Aug 28th, 2004
Replies: 6
Views: 8,429
Posted By samaru
You can look for a web service that has stock quotes and parse the XML. Try http://www.xmethods.net/
Forum: PHP Aug 28th, 2004
Replies: 2
Views: 13,888
Posted By samaru
I agree with Gary. In all honesty, any time you're dealing with money, you want something secure. A text file is not secure. It's not fast. It's not cached. Can be corrupted easily. Has no relational...
Forum: PHP Aug 28th, 2004
Replies: 12
Views: 5,934
Posted By samaru
Try this book:

PHP and MySQL Web Development, Second Edition
by Luke Welling...
Forum: PHP Aug 28th, 2004
Replies: 6
Views: 3,643
Posted By samaru
Have you actually tried registering to those sites? I've found a lot of lists like that, and they usually tend to have hidden charges or some stupid catch that makes you cough up money. Some out them...
Forum: PHP Aug 28th, 2004
Replies: 8
Views: 5,525
Posted By samaru
Is he a logo programmer? An HTML programmer? People really abuse the heck out of that title. In all honestly, any decent programmer will tell you that there will be a change in your web pages even if...
Forum: PHP Aug 28th, 2004
Replies: 1
Views: 5,027
Posted By samaru
What do you mean a php script? You mean the keywords used? You can't. If so, I've never even heard of it. Do you mean data that is displayed to the web page?
Forum: PHP Aug 28th, 2004
Replies: 5
Views: 32,414
Posted By samaru
Try http://sourceforge.net/
Forum: PHP Jul 18th, 2004
Replies: 1
Views: 3,006
Posted By samaru
Normally I would tell you to put the "a href" tag around the img tag that shows that image, but you're using a forum. I've never used versatileBulletinBoard, but there must be a setting in the admin...
Forum: PHP Jul 17th, 2004
Replies: 1
Views: 165,511
Posted By samaru
For a one dimensional array, use the implode() function:



$array = array('lastname', 'email', 'phone');
$comma_separated = implode(",", $array);
echo $comma_separated; //...
Forum: PHP Jul 16th, 2004
Replies: 3
Views: 4,186
Posted By samaru
Be aware that some people (those who don't know much about anything and think that cookies will give them a venereal disease) turn them off.
Forum: PHP Jul 14th, 2004
Replies: 3
Views: 9,376
Posted By samaru
The only thing I know of is this: http://dev.mysql.com/doc/mysql/en/index.html, where you're going to have to go through it manually. Sorry. ;)
Forum: PHP Jul 14th, 2004
Replies: 9
Views: 3,462
Posted By samaru
Yeah, that's a given. It's the same with any other major release for any piece of software.
Forum: PHP Jul 14th, 2004
Replies: 9
Views: 3,462
Posted By samaru
What I really hate, is when you try to install something, and you see an error, and the instructions tell you to "contact your system administrator" or "software provider" - seriously, I feel like...
Forum: PHP Jul 14th, 2004
Replies: 3
Views: 11,489
Posted By samaru
If you're asking if there would be problems running two consecutive mail() statements, the answer is no. There's no problem. Check http://us4.php.net/mail for a function that wraps the mail() and its...
Forum: PHP Jul 14th, 2004
Replies: 1
Views: 2,501
Posted By samaru
Try pasting the code you have. It'll make the job easier.
Forum: PHP Jul 14th, 2004
Replies: 9
Views: 3,462
Posted By samaru
Damn, do I hate little f-ups like this. I have no patience for tech problems. Hehe. The worse is when you follow instructions to the letter, and they don't work.
Forum: PHP Jul 13th, 2004
Replies: 9
Views: 3,462
Posted By samaru
Yeah, it's the final release. Ah, I remember. You had trouble connecting to MySQL, right?
Forum: PHP Jul 13th, 2004
Replies: 9
Views: 3,462
Posted By samaru
As usual, download and read about it at http://www.php.net/
Forum: PHP Jul 13th, 2004
Replies: 3
Views: 11,489
Posted By samaru
You would have to scan your imap/pop3 server, read the e-mail address, and reply using your e-mail server. So the script would be broken up into two parts. The first is the one that reads the...
Forum: PHP Jul 13th, 2004
Replies: 4
Views: 3,131
Posted By samaru
Cool. Glad it's working for ya.
Forum: PHP Jul 12th, 2004
Replies: 4
Views: 3,131
Posted By samaru
For starters, if you want it to loop, switch the > to < in your loop. You're terminating the condition right off the bat, so it's not looping.


I use this function. Here's the function with an...
Forum: PHP Jul 7th, 2004
Replies: 3
Views: 3,593
Posted By samaru
Ditto on what BinaryMayhem said. Oh, and off this goes to the PHP forum.
Forum: PHP Jul 7th, 2004
Replies: 4
Views: 8,662
Posted By samaru
I will go for this exam after I get my i-Net+ and Java cert. This certification looks delicious, however.
Forum: PHP Jul 7th, 2004
Replies: 5
Views: 2,857
Posted By samaru
I don't think php.net's tutorial is for the person just starting out with php web development.
Forum: PHP Jul 7th, 2004
Replies: 4
Views: 3,295
Posted By samaru
I've tried everything I mentioned already except that game. I learned a heck of a lot.
Forum: PHP Jul 7th, 2004
Replies: 4
Views: 3,295
Posted By samaru
I don't know your web development skills, but you can give a CMS a shot. Be aware, however, that because you're just learning PHP (not to mention the first time you develop a CMS) you might make some...
Forum: PHP Jul 7th, 2004
Replies: 1
Views: 3,097
Posted By samaru
If you're trying to make a PHP record paging page, I suggest you look at:

http://www.daniweb.com/techtalkforums/thread1720.html
Forum: PHP Jul 7th, 2004
Replies: 1
Views: 3,575
Posted By samaru
Just a quick question: are you trying this on a Windows server or Linux? I had a similar problem where I could not unset the session variables. I tried everything and posted on every forum I could...
Forum: PHP Jul 7th, 2004
Replies: 5
Views: 2,857
Posted By samaru
When it comes to serious learning, for some reason, I just can't rely on a web site. It's never thorough enough for me. I need a book. ;) I suggest you check out:
...
Forum: PHP Jul 7th, 2004
Replies: 9
Views: 12,166
Posted By samaru
Weird. Maybe a cookie hasn't been cleared, since browsers store cookies differently. Try clearning the cookies in IE that are related to your site. This is a very weird error indeed. Have you tried...
Forum: PHP Jul 7th, 2004
Replies: 29
Views: 63,098
Posted By samaru
In an extreme situation, where it was an emergency and I had plenty of PHP libraries in store, did not know another language as well, and performance was not an issue, then yes, I would use PHP....
Forum: PHP Jul 7th, 2004
Replies: 2
Views: 5,101
Posted By samaru
Standard format? What do you mean? I've never had to worry about image formats when I upload them to a server. :cool:

Nice looking format? You mean as thumbnails? If so, then I would imagine...
Forum: PHP Jul 1st, 2004
Replies: 4
Views: 8,662
Posted By samaru
For those who are interested, a book will be coming out from Sams Publishing, July 30. Read more about it here:

http://www.samspublishing.com/title/0672327090

So... who's going for the exam?...
Forum: PHP Jun 24th, 2004
Replies: 4
Views: 8,662
Posted By samaru
This is from nyphp-talk:



[nyphp-talk] Zend PHP Certification
Daniel Kushner kushner at gmail.com
Thu Jun 17 20:08:33 EDT 2004


Previous message: [nyphp-talk] PHP and Flash
Forum: PHP Jun 19th, 2004
Replies: 3
Views: 3,105
Posted By samaru
You can try: http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html

Other ways is just to go to google.com and type "php tutorial"
Forum: PHP Jun 18th, 2004
Replies: 3
Views: 3,810
Posted By samaru
Try pasting line 93 with ten lines of code before and after. Don't paste the entire thing, it's too time consuming to scan through. It seems there's an error involving a semicolon, but you'll have to...
Showing results 1 to 40 of 93

 


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

©2003 - 2009 DaniWeb® LLC