38,020 Topics

Member Avatar for
Member Avatar for qadeer

Dear Friends,, i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux. Pleas help me for this script i am much upset due to this With …

Member Avatar for Usayd
0
429
Member Avatar for emucat

Hi all, newbie here but I've got a question and HOPEFULLY someone can assist me here. I'm getting an error that says its on the LAST LINE of my code. Here's the error: [quote]Parse error: syntax error, unexpected ';' in /home/editedreg.php on line 113[/quote] Now here's the final lines of …

Member Avatar for Ezzaral
0
102
Member Avatar for kained

I need a script and am not quite sure of the best way to write it. Any help would be greatly appreciated. Basicly I need a form that collects the following data User name, User id(number) module name, module id(combination of letters & numbers), the year and i need a …

Member Avatar for stymiee
0
93
Member Avatar for invader980

hey guys i was woundering if it was possible to connect and grab infromation from a database triggered by a drop down menu click in php .... or will i have t o learn java and figure it out there .. im sure there is a way tho somone help …

Member Avatar for JeniF
0
89
Member Avatar for jaxjax

I'm using php 4.xx, and install it in my linux operating system redhat. Cause this version does not support drawing graphic it's said should add gd library, I have already download this library for php in linux os. But I dont know how to add this lib in my php …

Member Avatar for trafficman
0
74
Member Avatar for huwgomez

Am new to SQL and PHP. Only been using them for about 3 weeks to create an e-commerce site for some friends. I have been trying to set up a link to paypal's shopping basket feature from my listing page. I'm trying to get the link to appear next to …

Member Avatar for jt1
0
173
Member Avatar for nil_gh_80

[COLOR="Red"][B]plz rectify the following code of file upload[/B][/COLOR] file_up.php [code=php] <html> <body> <form enctype="multipart/form-data" action="upload.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> Choose a file to upload: <input name="uploaded_file" type="file" /> <input type="submit" value="Upload" /> </form> </body> </html> [/code] ___________________________________________________________ upload.php [code=php] <?php //Сheck that we have a file if((!empty($_FILES["uploaded_file"])) && …

Member Avatar for Ezzaral
0
94
Member Avatar for dudegio

Hello guys! As usual i need anybody help. pleeeeaaaaase..... :) My problem is to take value from the URL. Not the entire value but only part of it like the example below. [URL]http://localhost.localdomain/YPS/lets-talk-main-conversation-full.php?id=5[/URL] This is the link where the value id is passed from the previous page. Value for id …

Member Avatar for dudegio
0
299
Member Avatar for kumuda

Hi, I have written below code but i do not know how to validate using javascript, cud anyone please help me out. <select size="1" name="hours" class="selectstyle" style="width:40px" onchange="alert(document.modifyschedule.hours.options[document.modifyschedule.hours.selectedIndex].value"> <? for($j=1;$j<=24;$j++) { if($timesplit[0]==$j) echo "<option value=".$j." selected>".$j."</option>"; else echo "<option value=".$j." >".$j."</option>"; } ?> </select> <select size="1" name="minutes" class="selectstyle" style="width:40px" onchange="alert(document.modifyschedule.minutes.options[document.modifyschedule.minutes.selectedIndex].value"> …

Member Avatar for cuchandoo
0
109
Member Avatar for khatreett

Hi everybody I am developing a CMS which will manage all the conent of website. for manl link for the website there will be category class which consist of page and for content there will page class page may consist sub page there will be following four classes [B]Category page …

Member Avatar for martin5211
0
100
Member Avatar for bg370

I'm posting in the PHP forum cause that's what I'm using to connect to MySQL. If there's a better place to post this let me know... Anyway, I have data that consists of discrete lines of text which must be in a certain order. Like if you were taking a …

Member Avatar for Ezzaral
0
85
Member Avatar for shaithis

Hi folks, As the heading states I'm no scripter! But I could use some basic PHP for layout uses. Can anyone direct me to anywhere I can find a basic PHP template? All I'm after is the code and its use for header, footer, left and right navigation plus anything …

Member Avatar for Ezzaral
0
92
Member Avatar for nil_gh_80

[B]I've installed Apache2.2.4 & php5.2.3 in my windows xp, evry thing is going perfect but when I want to transfer a session variable to another form its not tranfering.......plz any body help me on this regard. will I have to configer any file....its urgent for me..[/B]

Member Avatar for jocbed60
0
99
Member Avatar for khatreett

Hi every body I want ot add CAPTCHA in my registration process any here please help Thanks in advance

Member Avatar for Ezzaral
0
78
Member Avatar for tanha

Hello every one, I have made the insertion, viewing part of the database, but want to have an edition part too, could anyone plz kindly guide me, how it is possible to have edition part too? NOTE; I am using PHP 5..., MySQl 5... , and Apache Server

Member Avatar for tanha
0
86
Member Avatar for tanha

Hello everybody, I want to have search option and the search result in one page, so I write the following code, but I dont know why after search there is no results displayed: [LIST] The file name is SearchInSide.php[/LIST] [CODE]<HTML> <BODY> <FORM Action="SearchInSide.php" Method="POST"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0"> …

Member Avatar for tanha
0
145
Member Avatar for nil_gh_80

[B]I want to create a table, with a column which datatype will be LONG BLOB, what will be it's size????? e.g. [U][I]create table tab1(name varchar(20), pic longblob([COLOR="Red"]?????????[/COLOR]));[/I][/U] plz give me the currect code...........[/B]

Member Avatar for Dani
0
128
Member Avatar for Mareq

I am in need of web template engine and I am considering two options. PHPSavant and Smarty. I am using PHP ver. 5 and PostgreSQL database. PHPSavant supports PHP5 only in beta2 version, so I am affraid of some serious bugs, but at the other hand, as far as I …

Member Avatar for couloir007
0
173
Member Avatar for hunkychop

i wrote this script and i cant get any ouput from it. [code] $time = $_POST['time']; $budget = $_POST['budget']; $visual = $_POST['visual']; $update = $_POST['update']; $custom = 0; $stream = 0; $easyup = 0; $selfup = 0; $upserve = 0; if($time == "deadline"){ $custom = $custom + 1; } if($time …

Member Avatar for Anonymusius
0
84
Member Avatar for nil_gh_80

[B]Hi members, I've a project on match-making website where I've to give a facility to my client to upload image file as happen in orkut...plz give me the concept & if possible plz give me some related Codes..........[/B]

Member Avatar for Ezzaral
0
37
Member Avatar for vjw757

i have a site at [URL="http://cometorate.com/"]http://cometorate.com/[/URL] i tried todo a cPanel move to my server here. [URL="http://66.196.43.131/~cometora/"]http://66.196.43.131/~cometora/[/URL] on the new server above i keep getting the errors below. i just dont know what any of this means. can anyone help? Warning: fopen(/usr/local/apache/htdocs/online.txt) [function.fopen]: failed to open stream: Permission denied in …

Member Avatar for w_3rabi
0
126
Member Avatar for ndeniche

so, i started at php and i'm doing some exercises from the book, but when i type this code into my "view.php", the output is all wrong...[code=php] <?php include("dbconnect.php") ?> <h2>View my GuestBook!!</h2> <?php $result=mysql_query("select * from guestbook") or die(mysql_error()); while ($row=mysql_fetch_array($result)) { echo "<b>Name:</b>"; echo $row["name"]; echo "<br>\n"; echo …

Member Avatar for w_3rabi
0
456
Member Avatar for autocrat

Okay - there is no otherway to phrase this ... [B]Help![/B] I am not a programmer, never claimed as such... but I do use a php based CMS, which I adore - Xaraya. So I am building a site for a client, and it's gotten to be a rather ugly …

Member Avatar for autocrat
0
227
Member Avatar for edu2004eu

Hello. I am currently having a problem with a script. I am using the rand() function to make big randomized numbers. The problem is that rand() only returns numbers lower than about 2 billion. I need more than that. Is there any function in PHP that gives you REALLY BIG …

Member Avatar for edu2004eu
0
113
Member Avatar for nil_gh_80

Dear members, can any body plz help me out to insert image file in MySQL.......is it possible ???????? [B]If possible plz give me the code............[/B]

Member Avatar for Eko
0
146
Member Avatar for phobia1

Hi I want to understand how to pass any variable betwen functions with PHP. Could anyone make it easy for me to understand please as I want the 'id' field? basically I have a list of records an a click to edit button. This brings up the editor. All works …

Member Avatar for phobia1
0
58
Member Avatar for Ragnarok

I have been looking into ways I to cut down on MySQL Querys in a page and I was wandering if you could up to update querys into one mysql_query function like this: [php]mysql_query("UPDATE table SET val1=val1+1, val2=val2+1 WHERE id = (int); UPDATE table SET val3=val3+1, val4=val4+1 WHERE id = …

Member Avatar for JeniF
0
100
Member Avatar for woocha

I have been studying PHP part time off and on for a month or so and I get it a little, but I really want to know how to build software and I am pretty much the world's most novice programmer. Does anyone out there know of the best free …

Member Avatar for martin5211
0
285
Member Avatar for nyashaC

I am looking to create a new website using PHP. I am familiar with several programming languages but have not used PHP before. Does any of you know any good free php related resources , e-books, tutorials e.t.c

Member Avatar for stymiee
0
74
Member Avatar for phobia1

Hi Guys First apologies since no doubt this type of question has been asked before. Thanks for any help in advance.. I have a form to modify data... it works just fine as I echo the modified array. However the database is not updated. Could anone tell me why? function …

Member Avatar for phobia1
0
87

The End.