39,320 Topics
| |
Hi, straight to the pint, i am a newbie in php. and would anyone like to help me about the code of change password after i login. Please, i am waiting for your answer, thanks a lot | |
How do i store images on a mysql server and preview on a webpage using PHP. or how do i preview images using PHP on webpages. | |
Hi all, I want to insert multiple records into a table using one query. And my query is INSERT INTO table2(id,message) SELECT id FROM table1 WHERE condn,'hello' but it displays an error.... Can you help me? Thanx in advance.... jino | |
Hi guys, Bit of n00b here but do have some HTML experience. Anyway I'm working on a small project at the moment where I require the user to enter the details of a varying number of people. How can I create input boxes on the fly? so that the user … | |
I want to know when the monitor of the user is off so that I can play a sound instead of making an alert. I know you can help :) Thanks. | |
I have 3 pages a.php ,b.php and c.php .How can I use the variable of b.php in c.php [B]a.php[/B] [ICODE]<script type="text/javascript"> var width; width = screen.width; if (width > 0) { location.href = "b.php?width=" + width; } else exit(); </script>[/ICODE] [B]b.php[/B] [ICODE]<?php if($_GET['width']) { public $screen_width; $screen_width=$_GET['width']; } else { … | |
| The following code given to me in another forum, as a "simple photo gallery" code, but I'm still experiencing problems with it. I don't know how to make the two pages interact correctly. I am assuming the [REF] etc sections are causing the problems, but I don't know what they … |
hello friends, im a php developer, am buliding a online memorial site.where the customers will register their Date of birth in a registration form .it will probe through mysql db.and i hav to send a mail for their birthday wishes in forcoming years automatically from php scripts..is it possibel.. give … | |
hi friends, i want to display data from mySQL database, and iam using two drop down list, displaying data in second drop down list depending on the selecting from first drop down list, for example: first drop down list contains states, and second drop down list contains cities. | |
Pretty simple, just dont know how to find the solution XS. I have a combo box, that once u select the required attribute (A, B, C). It should display the apporiate text of A, B, C below it. So any ideas? Thanks, Regards X | |
I am using IMG tag to display the graph. In the file(containing the graph code), I check some conditions and if true, then graph is displayed. Otherwise I need to display a warning(using echo). When this IMG tag is used, it is not displayed (obviously). So,is there any way to … | |
[B]The problem:[/B] I made a script that every minute - it restarts a program if it is told to in a mySQL database as well as if the program is not responding. I created it without a problem; it worked in the terminal, PHP and so on. Then why won't … | |
I have a question about using define(). I am using this function for other constants across my script ,but am looking at developing a set of language files. For example I was thinking of having one eng_defined.php and one fr_defined.php each containing the same named constants but the output would … | |
Hi everyone and thanks for reading! I have a MySQL database with a table called "lessons". Inside lessons there are about six or seven fields holding information about piano lessons. The table looks like this: [CODE]vid int(10) (Primary Key) title varchar(50) date date teaser varchar(500) description varchar(2000) vurl varchar(50) extra … | |
i have created a website where the user is able to upload images and then they are displayed on and email which is then sent out to the people of there choice. the problem i am getting is that the images are being cached and then the new images are … | |
Hi All, Can any body help me out how to pass an array values from php file to mysql stored procedures as parameter list and how to use the array inside the stored procedure. Please help me out to solve this problem. Thank you. | |
i need to have a hyperlink on the page having the graph code which, when clicked takes me to another page.. what should i do..please help.... thanks in advance.. :) | |
Hello all, I have been working on a simple web app but have run into a small problem. I am still fairly new to php and have found nothing on this topic searching google. I have a getimage.php page that fetches an image from a SQL Server Express 2005 database. … | |
I know this question has come up before and i've researched headers and i know that you can't output anything to the browser then change the headers, so my question is, is there a way to redirect with PHP inside a HTML document? | |
An entire real and full web-application is to be delivered on Monday for the school project :scared: . The problem is that since me and my team are quite new to doing real big things we are quite at the beginning point. I believe i need an overview of all … | |
OK, I'm new to PHP, and working with someone else's code. Kinda got thrust into this. I keep getting these two errors everytime someone tries use a online application page: PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in F:\home\admissions\application\appadmin\dataset.php on line 27 PHP Warning: mysql_free_result(): … | |
Hi this is scorpionz Any response will be appreciated with great interest, can anyone have an idea regarding image upload through PHP+Ajax, i m using mysql as a db. Like the Process i want to do is that: I have create a field of image_name in DB table and just … | |
hello, would somebody help me to connect oracle db to PHP best regards, zanzo | |
Hello, thanks for helping out. I need to upload an image, mogrify it to three smaller instances and rename it. thanks again. [CODE] if ($_FILES["file"]["error"] > 0) echo "Error: " . $_FILES["file"]["error"] . "<br />"; else { echo "Upload: " . $_FILES["file"]["name"] . "<br />"; echo "Type: " . $_FILES["file"]["type"] … | |
i'm writing a redirect.php page for a CMS. the admin user makes whatever changes they want to certain information in the database, then clicks submit. they are taken to redirect.php which handles all the sql commands depending on what the admin wanted to change. and then they are redirected to … | |
hai can anybody help me. i need eclipse for php | |
Sorry I have been raacking my brains 4 hours. Does anyone have any idea how to display negative and positive numbers in two colors e.g postive as green negative red? | |
I'm trying to make a class registration page, but for some reason, when I dump my query results into an array and use array_search on it, array_search comes up null. Any ideas? [code] <?php /* - if classes[] is set, see if any of them were selected - if yes, … | |
I am making a guestbook script I'll be using combo, listboxes and paging for the entries can anyone give me some tricks on how to do this? thanks guys... | |
i want to send variable from one page to other in php and iam using session, but the variable doesn't appear in other page. iam using this code : page 1: <?php session_register('number'); $number =10; header("Location: page2.php"); ?> page 2: <?php echo"number= ".$number; ?> |
The End.