39,320 Topics
| |
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']; … | |
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 … | |
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 … | |
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"> … | |
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, … | |
[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 … | |
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... | |
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 … | |
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 … | |
Hello Friends, How to create Blogs in PHP can u please tell the websites and helping code for blogs Thanks in Advance Rakesh Nagekar | |
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 … | |
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 … | |
Can anyone tell me how to validate mail function using php.Please can anyone provide some example code for that one. Thanks Punitha pary | |
Which framework do you prefer or recomend? CI, cakePHP, Symphony or anything else | |
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.. | |
Can anybody help me to send attatchment with mail...Pls help me...Very urgent... | |
hi friends , Can u please help me, I require change status code to my manage categories please help me Rakesh Nagekar | |
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? | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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 … | |
Can anybody help me to download a file which is stored in the server...thank you | |
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!!!!!! | |
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 "); … | |
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 … | |
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 … | |
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 … |
The End.