KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > RSS News
Reload this Page problem related to php (please read my question
 


RSS News This is a discussion on problem related to php (please read my question in the RSS News;
Description: carefully before replying).? I am having 2 php pages as follows: 1. random_code.php in which a number is generated by ...

Reply
 
LinkBack Thread Tools
problem related to php (please read my question
(#1 (permalink))
Old
fine lover is Offline
Private
Points: 177, Level: 2 Points: 177, Level: 2 Points: 177, Level: 2
Activity: 0% Activity: 0% Activity: 0%
fine lover is an unknown quantity at this point
 
 
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
problem related to php (please read my question - December 25th, 2007

carefully before replying).? I am having 2 php pages as follows:
1. random_code.php in which a number is generated by certain way.
2. index.php in which this random_code.php file is called.

random_code.php contains:
----------------------
<?php
session_start();
$chars = 'abcdefghijklmnopqrstuvxyz0123456789'; // possible characters
$max = strlen($chars) - 1;


for ($i=0; $i<8; $i++) {
$position = rand(0, $max);
$code[] = $chars{$position};
}

$code = implode('', $code);

$_SESSION['codes']=$code;

/* below are the coded that will generate the image"
which i am not writing here*/
?>

index.php contains:
----------------------
<?PHP session_start(); ?>
<img src="random_code.php" alt="random code">
<?php
echo $_SESSION[codes];
?>

now what i want is that the number generated in random_code.php should be available in index.php for further action. tell me how to do this.

Plz Read my question carefully before replying.

 
Reply With Quote
Reply

Bookmarks

Tags
php, problem, question, read, related

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



These are the 100 most searched terms
Search Cloud
_backup.rc antrix wow antrix wow server autocad 2007 keygen best google gadgets best wow character css server cvar devil may cry 4 crack enchanting leveling fuckteam fuckteam 5 georgina lempin gigistar kps den kpsden kpsforum leatherworking guide leveling enchanting mangos custom vendors mangos id mangos item id mangos linux mangos server mangos spell id mangos spell ids mangos wotlk mature creampie milena velba object id wow phoenix marie this is sparta vipersdenforums voyage century bot windows activation workaround windows xp lite wotlk alpha private server wotlk private server wotlk server wotlk wiki wow leatherworking guide wow mount locations wow object id wow object id list wow object id's wow object ids wow objects id www.adobeflashplayer www.adobeflashplayer.com www.kpsforum.com xbox 360 mmorpg ... powered by Simple Search Cloud
Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81