39,320 Topics
| |
Hello All, I am fairly new to PHP ... I am trying to build a basic order form for a small wholesale database and am completely stuck. The function of this page is display items and their price from the database along with an input box that will allow the … | |
I think this is the right forum as the Question pertains too php. I was just wondering as I think this is a very nice feature to Daniweb. The Text that is Displayed when you go to post in the background. I was wondering if someone could share that little … | |
Pls advise, what is wrong with the PHP script: [CODE] <html> <head> <title>Calorie Calculation</title> </head> <body> <?php $calorie = ($_POST["fat"] * 9) / ($_POST["calories"] * 100); ?> Welcome, $_POST["foodname"] contains: <?php echo $calorie ."from fat" ; echo "<br />"; { if ($calorie > 30) echo ($_POST["foodname"]) 'contains $calorie % from … | |
Hi all, This is an error im recieving on server, BUT, no error on local hostWarning: mysql_fetch_array(): supplied argument is not a valid MySQL result line 49 This is the code it is referring to.... [CODE] <?php $sql_query = "SELECT * FROM `indexinfo` WHERE id = '1'"; //store the queried … | |
Our website used to be hosted in the US, but has since been moved to the UK. The the problem is somewhere in the php code the time has been set to 6 hours behind UK time, which was correct for when the site was hosted in the USA. Now … | |
Hi all I am getting the following error with readfile: Warning: readfile() [function.readfile]: URL file-access is disabled in the server configuration in /home/u7/zzjynz5usy/ssss.com/html/news/news_index.php on line 144 can anyone help me in clearing this problem. I am using the readfile() function for generating rss feeds. my code is like this: readfile("http://www.webrss.com/get_mysite.php?mysiteId=10786"); | |
Hi, I want to run a script automatically in a php page. (e.g. everyday 10am). How can i do it? Except cron job. Thanks | |
Hi everyone i really need help ASAP .I need to read from the file which saved the result of a survey and make a chart on the answers. i have 5 questions and the values are 1, 2, 3 .how can i make the readin from the file and making … | |
Hi all, I am making one application. When user will submit a form from frontend and it will go all value in database. After that i am showind this frontend form value in backend. In backend or admin section i am using two button one for submit and other for … | |
hi all i want to display news from other website and display them to my site using php & mysql.how to achive step wise??? | |
Hello everybody, anyone can help me with this problem? instead of just display the child (in array)..echo $Valuechild[$i]."; "; (see the below code)..I would like to make a link from $Valuechild[$i] to a details of that variable.. [code=php]<TEXTAREA NAME="comments3" style='width:50%' rows='4'> <?php for ($i =0; $i < $ValuenumtableChildren; $i++) { … | |
Thumbnails are basically a complicated yet effective way to save bandwidth. Although saving thumbnails as seperate images may make things simpler, generating thumbs on the fly help saving space and takes very little processing time in return. Check the file for code and instructions. [code=php] <?php /* Paramters --------- w: … | |
I have used this code for ajax pagiantion JS file - [code=JavaScript]document.getElementById('divname').innerHTML = content; ajax.callPage("URL"+str, ajaxSearchFilter); tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox imgLoader = new Image();// preload image imgLoader.src = tb_pathToImage;[/code] Php file - [code=php]<td colspan="2" align="center"> <?php if($page != 1) { $pageno=$_GET['page']; $pageprev = $pageno-1; if($_GET['city_name'] != "") … | |
Hello Daniweb Community, Now im trying to make a website and have just thought that if it manages to succeed it will of course get much larger as will the navigation. As such I thought using the <?php include("navigation.php"); ?> would be a good idea. That way the navigation is … | |
I have a web page and have different images on it. but when i press the left button of mouse and try to select image or try to drag its selected. i want to avoid image selection. do u know any code. | |
Afternoon everyone – Onclick of “contact “Pop-Up “Contact-Sms-Centre.php' Can anyone help with this – iv got a php page that returns the following as part of a set of results <a href='Contact-Sms-Centre.php'>Contact</a> $city $country<hr The contact sms centre is width=450,height=350' I also have the popup.php as shown below [code=php]<html> <head> … | |
| Hi all, didn't know into which other forum this should be posted, none of them seemed obvious, so I've placed it here. Here's my problem: I've got a domain ([url]www.example.com[/url]) registered with a host, let's call them 'smallhost', and I've got a website with my custom admin section there. Recently … |
Is it possible to Echo a Web Page link in PHP? If it is can anyone supply the code please. Matthew | |
Hey thanks for reading this. Say I have 3 classes and I want to combine those class into a core. Example [code=php] <?php class One { public function get_me(){ echo 'Hello from class One. '; } } class Two { public function call_me(){ echo 'Hello from class Two. '; } … | |
Hi, Firstly apologies as i shouldnt have set a previous thread as solved. The following script should: 1. get record with id of 1 and display in text box 2. after user changes it, it is written to mysql 3. the screen informs user that this has been achieved [code] … | |
Okay, I'm sure this is an easy one for you guys. You guys really know your stuff and it just seems easier sometimes to go straight to the source then to google and experiment for God knows how long. Forgive me for my ignorance of php. that's just the way … | |
Hi to all, I am using XAMPP (PHPMYADMIN) for developing my Final Project of MBA-IT. I can show the reslut in table using SELECT query, But I want to use PHPMYADMIN for reporting purpose. For Example Browse, Search, Insert, Export. Is it possible. Is there any easy PHP Reporting tool … | |
Hi all. I have a current PHP script which checks a number of GET, POST, and REQUEST variables. These are currently in a top-down PHP file and these variables control the flow of the application. I want to convert file to a PHP class, create an object and then access … | |
[icode]$sql_posts = 'select * from posts limit "'.$start.'", "'.$limit.'"';[/icode] im getting error with this line ?what could be the matter.. plz help | |
i have a form that on post it runs a php page.But when the result is successful it opens a notification page. The problem is that it opens both the php page and the notification all I would like to do is to show the nofication page. php page runs … | |
hi members, am building a social networking site. i want a script (php) that allows users create their own groups and can count number of members online in each group. How do i do this? will be glad for all possible solutions. emma | |
hi people i am making a dynamic form in which the results are shown . the number of results varry every time so they have to be dynamic , if the user clicks on one of the results detials button the user should be redirected to a new page with … | |
Guys, I need Help in making PHP APACHE and MS SQL SERVER 2000 to run. I search a lot but still can not get the logic behind it. All that I understand is that I need to configure something in the PHP INI. Is it possible in XAMPP? or I … | |
Hi frnds... Here i am going to uploading image from my system to ftp.. the below code works correctly in localhost...But, when i use FTP ,it doesnt work..it display error. [CODE] Warning: move_uploaded_file(photos/Endeavour123.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in..... Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'c:\WINDOWS\Temp\php4DA.tmp' to '..' … | |
Hi, I am developing a website , in which I want guest to visit and make their accounts. when they make their account they give their information includeing Email and when they submit the button an email send to them for verification and when they click on a link their … |
The End.