39,320 Topics

Member Avatar for
Member Avatar for azzu5

Hi, I need a script of Selecting Multiple Categories by using Ajax/PHP Like I have button and it should open a popup in this popup i want to sse the list of categories in TREE format. On click of main Category + sign it should open sub categoris (AJAX) and …

0
90
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
103
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 amol0010

I have asked this question earlier, but could not get a reply that worked :-( I have a single login_success.php file where I have written a function IsWithinFixedGeofence(point) { ...... .... ... if ( distance <= MINIMUMDISTANCE ) { return PointsOfInterest[i]; } I want to be able to store the …

Member Avatar for amol0010
0
126
Member Avatar for mindfrost82

I need a simple login script that has the ability to redirect a user. For example: - I want to be able to protect certain pages so that a user has to login to access them (in this case they wouldn't get redirected) - Then in another case I would …

Member Avatar for JeniF
0
328
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
377
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
101
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
100
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
89
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
146
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
132
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
176
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
237
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
114
Member Avatar for satforce

Hello, I really need your help in vbulletin forum .. I am owner of vbulletin forum designed for arab and it's specialised in html and php tutorial how can I highlight code like daniweb forum ?? I dom't know if administrator can help me or not but I hope !! …

Member Avatar for martin5211
0
148
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

The End.