39,393 Topics
![]() | |
halo, i am the newbie here. I got sumting to ask regarding the approvement and deletion for my database. I'd created a database, and the database contain data that need approval and delete from the admistrator. I use looping to retrieve all the data. PHP code as shown below: [code] … | |
hi im new to this thread, i wish to learn using PHP but i dont know where to start at can u guys tell me a step by step on how to use php? thx in advance | |
Hi I am getting a blank web page when I try to access the web page on the browser. I ma new to the PHP environment and I have been trying to debug but fruitless.. I know it is some html tag ot some minor problem in the cde. It … | |
Notice: Undefined variable: home_query in index.php on line 18 Notice: Use of undefined constant U - assumed 'U' in inc/functions.php on line 168 I have installed a script that pulls info from api's and was able to eliminate the errors by chmod the cache folder to 777. I don't think … | |
Hi I am having problems how to proceed in editing appointment info. In this example I have a meeting (code 201) on Monday (day code 550) from 09:00:00 to 12:00:00. This is stored in the data table as: start_time end_time start_date end_date week_day type_code 09:00:00 12:00:00 2008-01-01 2008-01-01 550 201 … | |
Hello, I can run php scripts on my computer from the command prompt but I can't open it through my web browser. My assumption is that this happens because apache is not configured to use php. Does anyone know what lines(s) I should add to apache's httpd.conf file? I found … | |
Here is our requirement. We use Php Scripting & Mysql as a back end. We need to add multiple (detail) records for a single invoice in a html page. First time, the end user should see only only one blank record. when he wants to add one more record, he … | |
Hello to you all! In the website design for my school it happen that for a couple of weeks student were unable to get connected to the website and the website was design with php as a computer programming from the school we want to know what was the real … | |
Hello, I recently the following code on an online tutorial [CODE] <ol> <?php foreach($todo as $item): ?> <li><?=$item?> </li> <?php endforeach;?> </ol> [/CODE] Could someone tell me why the list printed even though the whole thing is not contained within a single php bracket : <?php .... ?>. Thank you. | |
Hi everyone, i am a newbie to PHP and i am struggling with the following error. i am trying to follow this [URL="http://www.roscripts.com/PHP_login_script-143.html"]link[/URL]l tutorial but its not working. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /Applications/MAMP/htdocs/functions.php on line 73 Warning: mysql_num_rows(): supplied argument is not … | |
Hi, First i would like to thanks for everyone who helped here to me and everyone. I installed script on site.All features works fine. but after few hours image-code verification is not working?i didnt understand.Please be advice.[URL="http://www.dateorfling.com/date/profile.php?user=akeating"]Link for image-code verfication working and now not working[/URL]Thanks | |
I am making a website to show Londoners where the nearest toilet to them is. I am having problems getting the data into the google maps application. It was working yesterday and now it isn't. Im confused to say the least any help would be much appreciated. [code=php] var markers … | |
I am not programmer.I am designer. I want to make website.Where i can update text and image from admin panel. Is there any script or any software avaliable.which i can use to update website.I have attached the image.how i want to do. Thanks a lot | |
i have a function lets say function myfunc() { echo 'hi'; } now the code may call the function [B]myfunc[/B] more than a time but there should be only one time echo of 'hi' pliz help anything could work .... but all my effort in vain static variable ???? global … | |
Is it possible to pass the javascript varible from one php page to another php page. what is the syntax we use. | |
Hey all, first post here and im also very new to PHP, but been having major headaches over one query. The query simply inserts some data into a table, which i've done in myphpadmin, the myphpadmin looks like this: Registration_ID int(10) No auto_increment Registration_Date date No Academic_Year int(2) No Year_of_Study … | |
Anyone can help me to tell me what the best accounting,payroll,inventory,andPOS open source software web based with php-mysql ? Thanks 4ll | |
Hi all, I would like to know how to assign and get the form value when I using it in a [COLOR="Red"]loop[/COLOR]. I cannot get all the input that I inserted in '[COLOR="red"]Desc[/COLOR]' part and it is from[URL="http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm"] [COLOR="red"]this site[/COLOR][/URL]. May I know to get this work when I do … | |
Hi There, Can anyone explain to me this line of code? What is it used for? etc.. [ICODE]$HTTP_POST_VARS['command'][/ICODE] The text that I saw it in doesn't explain it... | |
hi!.. I'm a newbie with this, pls help me!! every time I install apche 2.2 in my windows xp, I alway get an error. "could not reliably determine the server's fully qualified domain name" and "only one usage of each socket address" | |
Hi guys. I have a DB table looking like this: #DATE #NAME #C1 #C2 2007-08-27 user 1250 2294 2007-08-28 user 1816 3096 2007-08-29 user 89 3153 2007-08-30 user 71 2986 [..] I started collecting data in late August 2007 and it's being updated every day. I want to fetch the … | |
Hi, I try to take data from mysql and insert into xls. I achieve that but I cannot sort out the char problem. Turkish characters are displayed in a weird shape in the file but everything seems fine when i display them in a web page. I tried ISO-8859-9(which is … | |
Hi everyone, I'm now fiddling over a week to fix a problem on my linux-webserver. I have the following code: [CODE] ... $bool=mkdir(trim($semname), 0777, TRUE); //chmod(trim($semname),0777); $f2=fopen(trim($semname)."/index.php","w"); ... [/CODE] it works perfectly when working on my home server under windows but as soon as loaded up on my linux-webserver it … | |
Hi This is ScorpionZ I have Created a window that holds an Id of Particular Product having code this: <head> <script type="text/javascript"> function poponload() { testwindow= window.open ('image_viewer_window.php?images=<?=$prod_id?>', "Image","location=1,status=1,scrollbars=3,width=452,height=218"); testwindow.moveTo(215,350); } </head> <body> <td bgcolor="#F8F8FF"><a href="#" onclick="return poponload()">View Images</a></td> </body> // Talking about $prod_id it is an Id already in … | |
hi i have a html page when the user clicks a button in the parent window a popup window will be opened which will contain the login page.if the user is a valid user then i want the parent window to get refreshed so that i can show him the … | |
Hi, I came up with this problem last night. I have a URL [url]http://www.mysite.com[/url] How do I fetch the folder name that was supplied in the URL. For example: [url]http://www.mysite.com/xyz[/url] or [url]http://mysite.com/myfolder[/url] or [url]http://www.mysite.com/xxx[/url] Please note that I can either use www or [url]http://www[/url] or just http:// in my domain … | |
from my query sql get result like this : btsname------date------dcr aaaa---------jan01------0.2 aaaa---------jan02------0.3 aaaa---------jan03------0.4 aaaa --------jan04------0.5 . . bbbb---------jan01------1.1 bbbb---------jan02------1.2 bbbb---------jan03------1.3 bbbb---------jan04------1.4 . . i try to change result below btsname ----jan01-----jan02-----jan03----jan04-- aaaa--------0.2-------0.3-------0.4-------0.5 bbbb--------1.1-------1.2-------1.3-------1.4 . . i try to make php like this $resulthw=mysql_query($rs); $n = array(); while($row = mysql_fetch_assoc($resulthw)){ if(!isset($n[$row['btsname'][date]])){ … | |
I was wondering if it is possible to download/copy a zipped file with images from one server to another and then unzip the file to a folder with PHP? If so, any suggestions of how or where to read up on it? By the way, the zip file requires a … | |
just wanna ask..if session cant be use, i try setcookies() to get the variable pass through the pages, however i get this error message: Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\VertrigoServ\www\logincheck.php:2) in C:\Program Files\VertrigoServ\www\logincheck.php on line 3 i put setcookie($username, time()+3600); right … | |
Hallo members, I have been trying to learn PHP/MYSQL but I have been disappointed all the time. I have installed PHP DEV package that has MYSQL and PHP. Then I tried writing code via Macromedia Dreamweaver ... but when I save the dot php (.php)files and try viewing my pages, … |
The End.