39,320 Topics

Member Avatar for
Member Avatar for ishlux

Hi is this correct? actually i have declared a,b,c as an array and i want store it in a session and display them i am not even getting error, it is showing blank page......pls help me is the declaration of an array is correct ? [code=php] <? session_start(); $a=$_POST['a']; $b=$_POST['b']; …

Member Avatar for nav33n
-1
100
Member Avatar for MrMonirul

Dear all, I'm new learner PHP. I beg help to everybody. Please check out the following code. <?php $abc1="ABC1"; $abc2="ABC2"; $abc3="ABC3"; for($i=1; $i<=3; $i++) { $abc.=$i; echo "$".$abc; } ?> Here, printed [ $abc1 $abc2 $abc3 ] but i want to print [ ABC1 ABC2 ABC3 ]. please advice me …

Member Avatar for vicky_rawat
0
156
Member Avatar for kuldeep04

Hi all, I used the Virtualmart modules in joomla for shopping cart.and when user purchase some Items from there then one email generate for user but no any mail for admin to know how many items are purchased and by whom it's purchased. so, plz help me how can i …

Member Avatar for kuldeep04
0
103
Member Avatar for hijessie

im trying to send the checkbox data to both the email and to the database but for some reason it doesnt send all the of the checked items to the email or database what am i doing wrong? here is the form: [code] <table width="95%" border="0" cellspacing="1" class="tablestyle" cellpadding="1" align="center"> …

Member Avatar for nav33n
0
96
Member Avatar for veledrom

Hi, Information is being listed from middle of the page, not the begining of the page. Why? Thanks [code] <html> <head></head> <body> <Table border="2px" > <tr> <td>ID</td><td>Name</td><td>Surname</td> </tr> <?php $mysqli = new mysqli("localhost","root","","dbf"); if (mysqli_connect_errno()) { printf ("Connection failed : %s\n", mysqli_connect_error()); exit(); } else { $sql = "SELECT id, …

Member Avatar for veledrom
0
90
Member Avatar for OmniX

[code] Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in config.php on line 60 [/code] I have checked a previous thread and they said it was due to the '' in the select statement. But I dont think this is the case here. All I did was …

Member Avatar for nav33n
0
409
Member Avatar for Shanti C

hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Thanks in Advance...

Member Avatar for tanha
0
522
Member Avatar for Fatale

I am planning on making a text-based game. The genre is mafia/space/urban crime. I am hoping to find someone who has some php knowledge to help me write this. I am getting a book on sql and php so that i can program the game myself but i do need …

Member Avatar for ithelp
0
235
Member Avatar for Orbit2007

If you read anything from my last question you know I am working on a dice roller and I am on to the next step. Stage one was just trying to figure out how to get a random, and I finally got the to work. I can now roll and …

Member Avatar for johnsquibb
0
142
Member Avatar for Rakesh Nagekar

Hello Friends, How to create Blogs in PHP can u please tell the websites and helping code for blogs Thanks in Advance Rakesh Nagekar

Member Avatar for adrenaline_elz
0
80
Member Avatar for charlesbw

Sorry for the long title, but i wanted a precise title. I am wondering if there is a script out there, or maybe simple settings that can be used to force links that start with the url of the originating domain to open in the same window/Tab. If am not …

Member Avatar for R0bb0b
0
78
Member Avatar for Orbit2007

I am trying to build a random number generator based on dice. Yes, I know there are ones out there but I am trying to do this whole programming thing for myself... I thought I had done it right but it keeps telling me "Warning: Division by zero" when I …

Member Avatar for Orbit2007
0
128
Member Avatar for punithapary

Can anyone tell me how to validate mail function using php.Please can anyone provide some example code for that one. Thanks Punitha pary

Member Avatar for R0bb0b
0
37
Member Avatar for eXceed69

Which framework do you prefer or recomend? CI, cakePHP, Symphony or anything else

Member Avatar for kazaan
0
72
Member Avatar for Suneetha Reddy

I have stored date of birth of my users into my database.. I want to calculate their age according to the database dob field... Please help me.. Thanks..

Member Avatar for nav33n
0
160
Member Avatar for ditty
Member Avatar for Rakesh Nagekar

hi friends , Can u please help me, I require change status code to my manage categories please help me Rakesh Nagekar

Member Avatar for Shanti C
0
113
Member Avatar for blackbird29

I have one application in two version: the online version and the offline version(USB). How can I update the online version after some change in the offline database?

Member Avatar for R0bb0b
0
500
Member Avatar for vaish.rajan

Hello, I have 1 file notex.php with both form and php scripting . FORM IS THIS : ---------------------- [code language=html] <form action="notesx.php" method="post"> <fieldset> <legend> Capítulo 01: </legend> <textarea id='userInput' name="textspace" value="'.$textspace.'" cols="40" rows="3" ></textarea> <br> <input type="submit" name="save" value='save'/> <input type="submit" name="edit" value='edit'/> <input type="submit" name="show" value='show'/> <br> <p><b …

Member Avatar for vaish.rajan
0
8K
Member Avatar for steveg1965

Hi all, I'm emailing from the land of Oz ..... it appears that the developers of this site also have connections with the land of Oz. I'm writing because I have created a fool proof Excel timesheet calculator which I'd like my customers to subscribe to (through PayPal) before having …

Member Avatar for steveg1965
0
96
Member Avatar for rori

I have a flash website that is reading from php database with a control panel to change the content of the website by the owner. My problem is that when i enter some characters like (,) (&)(") the text gets truncated and won't see the rest of the text after …

Member Avatar for buddylee17
0
288
Member Avatar for Snipes

Hi! I'm developing this website and i don't want links like [CODE=php]index.php?id=features&sub=editor[/CODE] but i want this .com/features/editor How is that possible?

Member Avatar for ShawnCplus
0
48
Member Avatar for johnathanamber

Morning eveyrone, Alrightly then, I've already got an HTML form that uses PHP to send information to an MySQL database. I also already have a search form that allows me to search for current information that is already in the database. This is what I want to do, but I …

Member Avatar for johnathanamber
0
421
Member Avatar for priddysharp

Hi, I have written a php/javascript code to check a database for a variable, which is 15 seconds to display something, or 30 seconds. Then it sends the variable to javascript to run the countdown. It works in firefox, but when I try it in IE7, the countdown starts at …

Member Avatar for shedokan
0
90
Member Avatar for ditty
Member Avatar for khess
0
53
Member Avatar for niladri.user

Why this error is showing? Please solve it!!!!!!!:'( :@ Allowed memory size of 33554432 bytes exhausted (tried to allocate 1464 bytes) I need a response immidiately!!!!!!

Member Avatar for khess
-1
100
Member Avatar for ishlux

Hi this is code to display the list of values with an checboxes now i want to store the values selected into database. i want the php tag how to store the array of values which have been selected pls help me out.............. $result = mysql_query("SELECT * FROM service_type "); …

Member Avatar for nav33n
0
75
Member Avatar for ishlux

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to …

Member Avatar for Sanjay Sahu
0
79
Member Avatar for Shanti C

hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Please check out this url: [url]http://mig.sourceforge.net/gallery/index.php?currDir=[/url]. And i want to implement my galley in this way.. Please post me any …

Member Avatar for ithelp
-1
130
Member Avatar for ishlux

Hi all... i have 3 pages ..... in the first page i have started the session......i want the values from the first page, second page and finally it has to be stored in the last page...... i want the tag for session start and how should i store the values …

Member Avatar for Shanti C
0
243

The End.