Search Results

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: CzechRock3
Forum: PHP Sep 4th, 2008
Replies: 4
Views: 798
Posted By CzechRock3
Sorry... I haven't slepped well for the past couple days... School just started so I have been making stupid mistakes I shouldn't be making... Your right... I just realized what I did wrong. ...
Forum: PHP Sep 4th, 2008
Replies: 4
Views: 798
Posted By CzechRock3
When I change it nothing appears... And there are two fields in the table...
Forum: PHP Sep 4th, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
You know when you Post information from a form on one page and the action is set to another page, its just like it was on the same page...
Forum: PHP Sep 3rd, 2008
Replies: 4
Views: 798
Posted By CzechRock3
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/fellowes/public_html/createaccount.php on line 108

include("conf.inc.php");...
Forum: PHP Sep 3rd, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
But I literally wrote the exact same thing when I rewrote...
Forum: PHP Sep 2nd, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
I just rewrote all the code, and now its working fine. So whatever the problem was, musta been a spelling error. Thanks for the help anyways.
Forum: PHP Sep 2nd, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
Ok so what I have is the one page where you view the posts and the form is located there, when I click submit it then goes to the next page where all the php code is to query the database. I have...
Forum: PHP Sep 2nd, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
Forum: PHP Sep 1st, 2008
Replies: 2
Views: 378
Posted By CzechRock3
Forum: PHP Sep 1st, 2008
Replies: 2
Views: 383
Posted By CzechRock3
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) NOT NULL auto_increment,
`code` varchar(255) default NULL,
`rank` int(11) default NULL,
`name` varchar(255) default...
Forum: PHP Sep 1st, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
The form is on another page.

I have used it where I have the form on one page and I set the action to the page with the php code for querying the database. and I use the post method to pull the...
Forum: PHP Sep 1st, 2008
Replies: 11
Views: 1,530
Posted By CzechRock3
I am writing a forum site and this is an error message I randomly ran into.
I have used this code structure before but never ran into this problem.

"Fatal error: Call to undefined function form()...
Forum: Visual Basic 4 / 5 / 6 May 2nd, 2008
Replies: 1
Views: 771
Posted By CzechRock3
Hi I have no experiance with vb6 and databases, but I do have experiance with mysql and php... I wanna make a game with vb6 and retrieve the user info from my sites database. How do I connect to the...
Forum: PHP May 2nd, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
Thanks for the links, I am using a session for something else, but the cookie was to store the users name
Forum: PHP May 1st, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
Just out of curiousity why wont it work if im using a cookie to store the information?
also I changed it to a session... And it still wont work... I have updating for the forum posting... And that...
Forum: PHP May 1st, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
Ok now the page isn't redirecting, and the field isn't updating still. I'm confused as to why its not working. Thanks for the help, and sorry for the trouble.
Forum: Visual Basic 4 / 5 / 6 May 1st, 2008
Replies: 5
Views: 3,041
Posted By CzechRock3
If this is just for a small group of people using winsock you can have one person host a server then have your friends connect to that server with clients using winsock
Forum: PHP May 1st, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
Host Info: Localhost via UNIX socket Server Info: 5.0.27-Debian_0.dotdeb.1 Client Info: 5.0.27
Thats the error message
Forum: PHP Apr 27th, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
It didnt work... But thanks for the help.
Forum: PHP Apr 27th, 2008
Replies: 11
Views: 1,417
Posted By CzechRock3
I am trying to replace mysql fields with this code... But unfortunatly it is not working... I do not know why... Here is the code please help me. Thank you.


<?php
session_start();
if...
Forum: PHP Mar 18th, 2008
Replies: 3
Views: 3,161
Posted By CzechRock3
It works now, I moved a couple things around... and its fixed lol
Forum: PHP Mar 18th, 2008
Replies: 3
Views: 3,161
Posted By CzechRock3
the code for inputing the user into the database hasnt been added yet
<?php
session_start();

$errorMessage = '';
if (isset($_POST['txtUserId']) && isset($_POST['txtPassword'])) {
...
Forum: PHP Mar 18th, 2008
Replies: 3
Views: 3,161
Posted By CzechRock3
Im trying to creat a password varification system where the user enters there password twice while making a user account but everytime the user enters there password it is telling them
'sorry,...
Forum: PHP Mar 17th, 2008
Replies: 2
Views: 531
Posted By CzechRock3
Yah it worked changing PASSWORD('$password')"; to '$password'";

Thank you so much I spent three days on it :P
Forum: Game Development Mar 16th, 2008
Replies: 3
Views: 1,577
Posted By CzechRock3
Yah I agree, start with the basics and work your way up... im currently learning php + javascript... It helps to start off with blogs + forums first and work your way up.
Forum: PHP Mar 16th, 2008
Replies: 2
Views: 531
Posted By CzechRock3
Im writing a website, but when one goes to login it is not detecting the username/password

the code i used follows(I just started learning yesterday... so im kinda lost as to why its not working)....
Forum: Assembly Mar 16th, 2008
Replies: 1
Views: 673
Posted By CzechRock3
Hi, im interested in learning assembly... anyone know where I should start?
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008
Replies: 4
Views: 6,577
Posted By CzechRock3
I am currently running visual basic 6 on Vista and I didnt have any troubles untill I upgraded from home premium to ultimate edition... I need to reinstall vb6 then it should work fine...
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008
Replies: 0
Views: 614
Posted By CzechRock3
Hi im trying to load an Object well reading a file, But the code is not working I have used it several times but this time I am getting an error message "Invalid use of Property" and it is...
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008
Replies: 3
Views: 1,312
Posted By CzechRock3
Yah, I did a little more research and there is not other way. Thanks for your help. I managed to solve the problem.

I was trying to make it more efficient xD
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2008
Replies: 3
Views: 1,312
Posted By CzechRock3
Hi im a student programmer and I was writing a program... and I need to beable to load a form from string variable like


Private Sub cmdLoad_Click()

dim strFormLink(99) as string
...
Showing results 1 to 31 of 31

 


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

©2003 - 2009 DaniWeb® LLC