Forum: PHP
Nov 10th, 2006, 8:36 AM
|
|
Replies: 4
Views: 174
|
Forum: Visual Basic .NET
Oct 3rd, 2006, 2:21 PM
|
|
Replies: 6
Views: 272
If I understand correctly you want a variable...
If I understand correctly you want a variable that stays the same no matter how many times you create a new instance of the main object? If this is the case then what you need is to reasearch about...
|
Forum: C++
Jul 26th, 2006, 5:24 PM
|
|
Replies: 2
Views: 207
|
Forum: C++
May 20th, 2005, 6:37 PM
|
|
Replies: 1
Views: 221
|
Forum: Visual Basic
May 20th, 2005, 6:11 PM
|
|
Replies: 2
Views: 395
|
Forum: Visual Basic
May 20th, 2005, 1:49 PM
|
|
Replies: 2
Views: 395
How do i download a web page source code using vb?
I need to be able to read a web page source code, to extract information from it.
I know how to do this in other languages... but for some reasons (probably my lack of knowledge in VB) i cant even...
|
Forum: C++
May 5th, 2005, 5:02 PM
|
|
Replies: 1
Views: 147
You can just ask for a string, then use the...
You can just ask for a string, then use the .cstr() function inside the string definition to pass it as parameter to the file open... also use if(!theFile.is_open()) to verify if the file is not...
|
Forum: PHP
Apr 24th, 2005, 10:56 AM
|
|
Replies: 15
Views: 590
Im back... now is 10:23AM and i think i found...
Im back... now is 10:23AM and i think i found your error... when you reffer to the files in example in this line:$add_contents = "insert into wocontents values ('', $master_id, now(), now(),...
|
Forum: PHP
Apr 23rd, 2005, 3:59 AM
|
|
Replies: 15
Views: 590
|
Forum: C++
Apr 12th, 2005, 11:44 PM
|
|
Replies: 4
Views: 281
|
Forum: PHP
Apr 12th, 2005, 3:49 AM
|
|
Replies: 12
Views: 450
|
Forum: PHP
Apr 12th, 2005, 3:38 AM
|
|
Replies: 14
Views: 480
Yeah... The problem is that for you it was...
Yeah... The problem is that for you it was sarcasm but for someone who doesn’t know about mysql or to someone who is willing to clarify stuff your posts will be taken seriously as I think all post in...
|
Forum: PHP
Apr 12th, 2005, 3:26 AM
|
|
Replies: 6
Views: 331
|
Forum: PHP
Apr 11th, 2005, 9:53 AM
|
|
Replies: 19
Views: 673
|
Forum: PHP
Apr 10th, 2005, 3:01 PM
|
|
Replies: 14
Views: 480
This text is taken from MySQL.com
"The MySQL...
This text is taken from MySQL.com
"The MySQL database server is the world's most popular open source database. Over six million installations use MySQL to power high-volume Web sites and other...
|
Forum: PHP
Apr 9th, 2005, 12:38 PM
|
|
Replies: 12
Views: 450
check out this one.....
check out this one.. http://design.definitelymaybe.org/guestbook/ found it on google it have istructions and thats nice
-codetaino
Ooblix nice websites :D..
|
Forum: PHP
Apr 8th, 2005, 8:50 PM
|
|
Replies: 1
Views: 334
|
Forum: PHP
Apr 8th, 2005, 1:17 AM
|
|
Replies: 3
Views: 329
|
Forum: PHP
Apr 8th, 2005, 1:09 AM
|
|
Replies: 5
Views: 246
|
Forum: PHP
Apr 8th, 2005, 12:59 AM
|
|
Replies: 3
Views: 275
You can make your code works as you like in two...
You can make your code works as you like in two forms... you can set a value to the Any Model... like lets say "all" so when the variable is send... it has a value of all and you can tap it on the...
|
Forum: PHP
Apr 8th, 2005, 12:32 AM
|
|
Replies: 5
Views: 249
|
Forum: PHP
Apr 8th, 2005, 12:25 AM
|
|
Replies: 5
Views: 303
|
Forum: Coder's Corner Lounge
Apr 7th, 2005, 3:23 PM
|
|
Replies: 2,124
Views: 30,719
|
Forum: Coder's Corner Lounge
Apr 7th, 2005, 3:18 PM
|
|
Replies: 70
Views: 1,224
|
Forum: Coder's Corner Lounge
Apr 7th, 2005, 3:15 PM
|
|
Replies: 31
Views: 2,203
|
Forum: C++
Apr 7th, 2005, 2:58 PM
|
|
Replies: 57
Views: 1,804
|
Forum: Community Announcements and Feedback
Apr 7th, 2005, 2:52 PM
|
|
Replies: 13
Views: 406
|
Forum: Coder's Corner Lounge
Apr 7th, 2005, 2:50 PM
|
|
Replies: 30
Views: 685
|
Forum: Community Announcements and Feedback
Apr 7th, 2005, 2:44 PM
|
|
Replies: 21
Views: 871
|
Forum: C++
Apr 7th, 2005, 2:42 PM
|
|
Replies: 23
Views: 494
|
Forum: PHP
Apr 4th, 2005, 9:30 AM
|
|
Replies: 3
Views: 329
|
Forum: PHP
Mar 25th, 2005, 10:40 AM
|
|
Replies: 1
Views: 308
|
Forum: C++
Mar 22nd, 2005, 9:00 AM
|
|
Replies: 10
Views: 504
in the if there is no else so if the number is...
in the if there is no else so if the number is higer than 98.6 in just one step on the loop both codes will be executed. to give you an example when the number is 150 in just one step both of this...
|
Forum: C++
Mar 22nd, 2005, 2:11 AM
|
|
Replies: 10
Views: 504
|
Forum: C++
Mar 21st, 2005, 11:41 AM
|
|
Replies: 10
Views: 504
|
Forum: C++
Mar 21st, 2005, 1:12 AM
|
|
Replies: 10
Views: 504
my comments are inside the code... labled...
my comments are inside the code... labled codetaino
#include <stdio.h>
int main()
{
//codetaino: next time use more descriptable variables
float a, b, c, d, e;
a = 0; //A = Starting Value
...
|
Forum: PHP
Mar 1st, 2005, 6:17 PM
|
|
Replies: 13
Views: 551
|
Forum: PHP
Feb 27th, 2005, 10:59 PM
|
|
Replies: 13
Views: 551
|
Forum: PHP
Feb 24th, 2005, 7:57 PM
|
|
Replies: 13
Views: 551
|
Forum: PHP
Feb 12th, 2005, 9:30 AM
|
|
Replies: 8
Views: 886
ok, to be able to send emails with the mail...
ok, to be able to send emails with the mail function you have to setup the mail smtp server in the php.ini in your case it is setup to localhost... if you did this on purpose you need to download a...
|