Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.05 seconds.
Search: Posts Made By: zubat
Forum: PHP 02-01-2013, 01:05 AM
Replies: 3
Views: 283
Posted By zubat
Im getting a fatal error, Call to undefined...

Im getting a fatal error, Call to undefined function ssh2_connect() on line 6 and thats the if ($con = ssh2_connect('213.67.233.164', 22))

Okey i tried on both my home server and a webhotel, at...
Forum: PHP 01-31-2013, 10:28 PM
Replies: 3
Views: 283
Posted By zubat
PHP ssh2 ubuntu

Hello,

im trying some new stuff in php and one is ssh2 now to exec a shell script on my ubuntu server. The problem is that nothing happends, i have tried alot of scripts that i found on the...
Forum: PHP 01-30-2013, 12:17 PM
Replies: 2
Views: 240
Posted By zubat
Check if value exist in mysql

$sql = mysql_query("SELECT email FROM users WHERE email ='$email'");

if(mysql_num_rows($sql) != 0)
{
echo '<font color="ff0000"><li> Email exist!</font>';
}


So my problem is, that...
Forum: MySQL 01-07-2012, 11:47 PM
Replies: 3
Views: 483
Posted By zubat
I get the error Notice: Undefined variable:...

I get the error

Notice: Undefined variable: code in /home/eric/public_html/vip/check.php on line 11 Din kod var felaktig

On the page when i send the nick and code from the form page.
Forum: MySQL 01-07-2012, 08:13 AM
Replies: 3
Views: 483
Posted By zubat
Check if variable exisist in db

Hello,

i got some problem with my code there i wanna check if a variable exsist and if it does it should do a function and if not it should just send back an echo that the variable din't exisist....
Forum: MySQL 12-31-2011, 03:17 PM
Replies: 4
Views: 432
Posted By zubat
Edit: I did solve the problem :) i just needed to...

Edit: I did solve the problem :) i just needed to move down the database input to the end of the code instead of shearing it up in diffrent peases over the code :)
Forum: MySQL 12-31-2011, 07:33 AM
Replies: 4
Views: 432
Posted By zubat
No im not getting any errors and the table...

No im not getting any errors and the table struture or the one i did use to execute it is


CREATE TABLE pw
(id INT NOT NULL AUTO_INCREMENT,
PRIMARY KEY(id),
code VARCHAR(255),
datum date)
Forum: MySQL 12-31-2011, 06:18 AM
Replies: 4
Views: 432
Posted By zubat
Don't input into database

Hello,

i got my slef a problem with my code with the databaste input. I got an random code generator that i want to send a code when you call on the address with an sms function i got on a site....
Forum: PHP 12-28-2011, 02:32 AM
Replies: 19
Views: 1,259
Posted By zubat
Thanx m8 the thing with mt_rand was the problem...

Thanx m8 the thing with mt_rand was the problem :) Now im on for the next step to save the code in mysql , i will be back with my problems haha :P (so do not close this thread^^)
Forum: PHP 12-28-2011, 01:33 AM
Replies: 19
Views: 1,259
Posted By zubat
Thats the thing, im dosen't get anything i only...

Thats the thing, im dosen't get anything i only get a blank page but i will try it fast on another host and see if its working.

Tested it on another host and i still get blank :/
Forum: PHP 12-28-2011, 01:26 AM
Replies: 19
Views: 1,259
Posted By zubat
Accually mate that code din't work :/

Accually mate that code din't work :/
Forum: PHP 12-27-2011, 11:53 PM
Replies: 19
Views: 1,259
Posted By zubat
Im using function createRandomPassword() { ...

Im using function createRandomPassword() {

$chars = "0123456789";
srand((double)microtime()*10000000);
$i = 0;
$pass = '' ;

while ($i <= 7) {
$num = rand() % 33;
$tmp =...
Forum: PHP 12-27-2011, 10:24 PM
Replies: 19
Views: 1,259
Posted By zubat
Okej i have done some code now with the generate...

Okej i have done some code now with the generate so i can generate a code now but! they are some times like 2 numbers long and some times 6 numbers long so i was thinking about an if statement that...
Forum: PHP 12-27-2011, 08:25 PM
Replies: 19
Views: 1,259
Posted By zubat
Its not a must with sms :P it was just an example...

Its not a must with sms :P it was just an example on what i meaned, but mell is something on the track i want but as i told am new on php and really could have some help, but if you fot any link for...
Forum: PHP 12-27-2011, 08:16 PM
Replies: 19
Views: 1,259
Posted By zubat
Php generate one time code

Hello everyone,

Im a new php coder and i need help with a script right :)

I haven't really started yet on it i have only tested small things from internet that haven't helped my at all.

So...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 09:05 PM.