39,320 Topics
| |
hello i was creating a script who will read a text file and create mp3 files from lines name , but i had a problem , php wont write php files it give me this warnning message [QUOTE]Warning: rename(0.txt,Aa Gale Lag Ja - Tera Mujhse Hai .mp3): Invalid argument in … | |
Hi guys, A problem occured when i tried to run the php file. The error was; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\)' at line 1 Plz guys help me to … | |
Does anyone know any good reputable vbulletin coder? | |
First of - I'm almost a newbie. I messed around a bit with PHP 4 for a while until things got scary and they switched Globals on in 4.2 - where I had to then re-write my scripts all over again. It seems that with every upgrade you need to … | |
Im building an online music video library with php can anyone point me out getting it wrking with the database | |
Ok, I want to make my own IM program and MySpace clone for my organization. I want to do the same thing as the "disc forum" that I posted about [URL=http://www.daniweb.com/techtalkforums/thread24916.html]a long time ago[/URL] where you need the CD code to sign up for it. Can anyone tell me how … | |
trying to create the front end to a script that will calculate the area and circumference of a circle. (1)HTML form that will contain three input fields and a submit buttom (2) will have only one text input field that input field is radius (3)Create a calculation script with the … | |
Im doing an online music video library with php for the middle, mysql for the backend and html for the front. I was wondering if i could get some help with member forms so members can log in and joining forms so non members can join. And i am open … | |
I just started to have experience of making web sites. I know html and flash and things like that. I had some experience with javascript. What is the use of php? also, what is the use of css and javascript? which one should i learn first? which is the most … | |
I've never had a reason to use Javascript in a php file before and I'm having trouble getting it to parse. What could be wrong with this. [PHP]$display .= '<td width="105" align=right class=box><input name="p1B1" id="p1B1" type="text" value="'.$price.'" onblur="this.value=eedisplayFloatNDTh(eeparseFloatTh(this.value),2); recalc_onclick('p1B1')" tabindex="1" size="14" class=ee101 >'; //..... and the code below [/PHP] I'm … | |
I installed PHP5.0.5. No problem. I want to install Sugar CRM. Needs PHP5.0.4. Downloaded PHP5.0.4, changed PATH, changed PHPRC environment variable, rebooted. Every time I run sysinfo(), it says I am still running PHP 5.0.5. I am using IIS5.1 on WinXP Pro. How do I get it to recognise that … | |
Hi, Can I get some help installing PHP on my machine? A while back, I had it working. I was using Microsoft IIS as a server, and I was testing my PHP files by putting them in the wwwroot directory. Something has happened since then because I cannot run php … | |
Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file … | |
Hi, I have an exam page for printing exams that is print friendly. However some info I dont want appears on the printed page: (1) the pages url and (2) the date still appears at the end of the page when I print it. Also (3) a page count appears … | |
Some of my coursemates for weeks have been unable to install apache,php and mysql manually so they ave resulted to use installers like Winlap,phpdev etc.We had an argument abt which way is da best :to use installers or install manually?is they any advantages or disadvantages of using an installer? | |
[COLOR=DarkOrange]does anyone know how i could securly post my website on my own computer and see it from the net? thx[/COLOR] | |
hi everyone, say i have a php code that works fine. How would i test it? can i use tomcat server to run the code or there is another way? ps im new to php :p thank you | |
Hey.. I've been trying for quite some time now to figure out how to display statistics from my phpbb forum on my main page which is just plain html. Now I've got so far that I have an iframe which will display a PHP file called member_stat.php ... The problem … | |
Hi, I am with a web host using mysql 4.0 and phpmyadmin 2.5.5 p\1 I am trying to get my html user form on my website to insert into mysql database. I keep getting: Error! Could not select the database: Access denied for user: 'match.match.com@10.80.0.%' to database 'mydb' Can you … | |
so I am trying to write a regular expression lets just take this case for an example: [code]^[0-9a-z]{5,9}$[/code] OR an empty string, how would I add that part? I tried stuff like:[code]^([0-9a-z]{5,9}|[]{0})$[/code]but to no avail, any ideas? | |
If the items in <select> drop down menu are populated from mysql DB, like: [code] <? echo "<select name=ptype>"; echo "<option value=\"\">------Select------</option>"; for ($i = 0; $i < mssql_num_rows( $result0 ); ++$i) { $line = mssql_fetch_row($result0); echo "<option value=$line[0]>$line[1]</option>"; } echo "</select>"; ?> [/code] Now I want to submit this … | |
Need help please. The site I am helping with is an equine php classifieds website where people place Ads and upload photos of their horses for sale. I have an issue where sometimes people go to place an Ad and can not see the Place Ad links on the page … | |
Hello. I have the following errors: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in … | |
Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them. | |
hello im having twoo issues as stated in the topic name. one of them being the page not being able to load in Opera and the second one being a warning that pops up on the page if you are using IE because my website is Standards Compliant and is … | |
Hi, I have text files/notes/pdfs etc in a folder that I want the names of to appear on one of my php pages and then I want the doc/pdf to appear in a seperate browser window (or the same window) when the user clicks on the name. Is this possible … | |
[size=3][font=Times New Roman]Help!!![/font][/size] [font=Times New Roman][size=3] [/size][/font] [size=3][font=Times New Roman]I have written the following php for a feedback form. the problem i am facing is the following:[/font][/size] [size=3][font=Times New Roman]When the [/font][/size] [size=3][font=Times New Roman]$mailto = 'yiannos@mydomain.com' ; [/font][/size] [size=3][font=Times New Roman]is written the script works perfect and the email … | |
hi, i want to know what is apache server?how it relates to php | |
HI, i want to know what is server scripting ,and how does php relates to server scripting. | |
Hi I am so Desperate! I use a server internic.ca which host my website and offers me MySQL with phpMyAdmin 2.5.5-p\1 I seem to be able to make the table fine beyond that I cannot understand… How do I use this phpMyAdmin 2.5.5-p\1 I am trying to setup a Membership … |
The End.