Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 76
Search took 0.01 seconds; generated 3 minute(s) ago.
Search: Posts Made By: codetaino
Forum: PHP Nov 10th, 2006, 8:36 AM
Replies: 4
Views: 174
Posted By codetaino
This page gives hints of security issues with php...

This page gives hints of security issues with php and sql... hope it helps

http://www.sitepoint.com/article/php-security-blunders
Forum: Visual Basic .NET Oct 3rd, 2006, 2:21 PM
Replies: 6
Views: 272
Posted By codetaino
Smile 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
Posted By codetaino
http://www.codeproject.com/csharp/win32_to_net.asp...

http://www.codeproject.com/csharp/win32_to_net.asp

check if this serves you
Forum: C++ May 20th, 2005, 6:37 PM
Replies: 1
Views: 221
Posted By codetaino
Found this article on google... hope it could...

Found this article on google... hope it could help you

http://www.developer.com/net/cplus/article.php/637131
Forum: Visual Basic May 20th, 2005, 6:11 PM
Replies: 2
Views: 395
Posted By codetaino
thanks for all your help... i have found some web...

thanks for all your help... i have found some web sites... and check the one you sugested... I really appreciate your help
Forum: Visual Basic May 20th, 2005, 1:49 PM
Replies: 2
Views: 395
Posted By codetaino
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
Posted By codetaino
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
Posted By codetaino
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
Posted By codetaino
the error is an error of syntax for us to be able...

the error is an error of syntax for us to be able to help you please publish at least the segment of the code that the error reffer, but trying to gues maybe you are concatenating a string and the...
Forum: C++ Apr 12th, 2005, 11:44 PM
Replies: 4
Views: 281
Posted By codetaino
you have a file... lets see with a configuration?...

you have a file... lets see with a configuration? you made changes... and after 10 days you want to be able to restore the file to its original configuration? (this is an example, i dunno the info...
Forum: PHP Apr 12th, 2005, 3:49 AM
Replies: 12
Views: 450
Posted By codetaino
Finally, did you solve your problem?.. still...

Finally, did you solve your problem?.. still looking for code?

-codetaino
Forum: PHP Apr 12th, 2005, 3:38 AM
Replies: 14
Views: 480
Posted By codetaino
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
Posted By codetaino
To be able to answer your question you have to...

To be able to answer your question you have to provide more information about your problem... how you store your info... in a dbms in a file.. and a more specific description...

-codetaino
Forum: PHP Apr 11th, 2005, 9:53 AM
Replies: 19
Views: 673
Posted By codetaino
ok... you can used what you have found but there...

ok... you can used what you have found but there are other safer ways... and if you want to use an id... well you need to have somewhare in a Database or in an file or hardcoded in the page that...
Forum: PHP Apr 10th, 2005, 3:01 PM
Replies: 14
Views: 480
Posted By codetaino
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
Posted By codetaino
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
Posted By codetaino
running your code in my mind, I noticed you dont...

running your code in my mind, I noticed you dont adress the form variables correctly change the submit check to !isset($_POST['submit']) and the variable $username with {$_POST['username']} i think...
Forum: PHP Apr 8th, 2005, 1:17 AM
Replies: 3
Views: 329
Posted By codetaino
Glad to know that you solve it... thanks for the...

Glad to know that you solve it... thanks for the info 2

-codetaino
Forum: PHP Apr 8th, 2005, 1:09 AM
Replies: 5
Views: 246
Posted By codetaino
I would not mind to take a look at the code if...

I would not mind to take a look at the code if you post it here
Forum: PHP Apr 8th, 2005, 12:59 AM
Replies: 3
Views: 275
Posted By codetaino
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
Posted By codetaino
I am always in disposition to answer questions......

I am always in disposition to answer questions... so feel free to leave me a message or post and ill be glad to help... for me PHP is a great language... do you have any prior knowledge in...
Forum: PHP Apr 8th, 2005, 12:25 AM
Replies: 5
Views: 303
Posted By codetaino
Do you have prior knowledge in php? I am assuming...

Do you have prior knowledge in php? I am assuming you dont! if this is the case try to find free software that already does that... somo of them are already mentioned in this thread... there is also...
Forum: Coder's Corner Lounge Apr 7th, 2005, 3:23 PM
Replies: 2,124
Views: 30,719
Posted By codetaino
A: As the other anwered , the round kind. Q: Why...

A: As the other anwered , the round kind.
Q: Why ask twice?
Forum: Coder's Corner Lounge Apr 7th, 2005, 3:18 PM
Replies: 70
Views: 1,224
Posted By codetaino
bah... im thinking that there were a protest and...

bah... im thinking that there were a protest and strike in my college today... porbably the college will be closed for 5 days... :S
Forum: Coder's Corner Lounge Apr 7th, 2005, 3:15 PM
Replies: 31
Views: 2,203
Posted By codetaino
I will try this on some coke machines and edit...

I will try this on some coke machines and edit this post later to present my results :D
Forum: C++ Apr 7th, 2005, 2:58 PM
Replies: 57
Views: 1,804
Posted By codetaino
I think me 2... liked that one line load webpage...

I think me 2... liked that one line load webpage stuff... gotta try... PS I LOVE TO LEARN!!... I WANT TO KNOW IT ALL
Forum: Community Announcements and Feedback Apr 7th, 2005, 2:52 PM
Replies: 13
Views: 406
Posted By codetaino
I love the design... keep up the good work! :D

I love the design... keep up the good work! :D
Forum: Coder's Corner Lounge Apr 7th, 2005, 2:50 PM
Replies: 30
Views: 685
Posted By codetaino
sorry! had to post!... watched the site of...

sorry! had to post!... watched the site of Donald... can someone kill me now?
Forum: Community Announcements and Feedback Apr 7th, 2005, 2:44 PM
Replies: 21
Views: 871
Posted By codetaino
Great design... love to be part of this... im...

Great design... love to be part of this... im kidna new but love it!
Forum: C++ Apr 7th, 2005, 2:42 PM
Replies: 23
Views: 494
Posted By codetaino
Do that execution sequence, depends on a user...

Do that execution sequence, depends on a user interaction?
Forum: PHP Apr 4th, 2005, 9:30 AM
Replies: 3
Views: 329
Posted By codetaino
Ok... read the parameters in this site... click...

Ok... read the parameters in this site... click here to view site (http://www.zend.com/manual/function.mail.php)
Forum: PHP Mar 25th, 2005, 10:40 AM
Replies: 1
Views: 308
Posted By codetaino
Thinking really quick.... two similars solutions...

Thinking really quick.... two similars solutions come to my mind first one is have a script like bannerlink.php that redirect you using an id like you are doing on the example. Inside the script...
Forum: C++ Mar 22nd, 2005, 9:00 AM
Replies: 10
Views: 504
Posted By codetaino
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
Posted By codetaino
my point with your if is that when the number is...

my point with your if is that when the number is higer than 98.6 it will execute both parts of the codes... once the part inside the if... and always the part outside the if... and im kidna sure you...
Forum: C++ Mar 21st, 2005, 11:41 AM
Replies: 10
Views: 504
Posted By codetaino
i still think this if is incorrect can you...

i still think this if is incorrect can you explain me what you want it to do?

if ((a >= 98.6) && (d == 0))
{
printf("%4.2f degrees F = %4.2f degrees C\n",
98.6,...
Forum: C++ Mar 21st, 2005, 1:12 AM
Replies: 10
Views: 504
Posted By codetaino
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
Posted By codetaino
ohh ok, glad you solve it :D

ohh ok, glad you solve it :D
Forum: PHP Feb 27th, 2005, 10:59 PM
Replies: 13
Views: 551
Posted By codetaino
but the problem is when you hit back in your...

but the problem is when you hit back in your browser then, right?
Forum: PHP Feb 24th, 2005, 7:57 PM
Replies: 13
Views: 551
Posted By codetaino
why dont you just change the value of the session...

why dont you just change the value of the session variable to other than the correct password?
Forum: PHP Feb 12th, 2005, 9:30 AM
Replies: 8
Views: 886
Posted By codetaino
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...
Showing results 1 to 40 of 76

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:01 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC