39,320 Topics

Member Avatar for
Member Avatar for kamaster

Hallo. I am working on a listing site ([URL="http://www.togoenvogue.com"]www.togoenvogue.com[/URL]) and need to set an auto deletion feature. What I want is this. When the user wants to add a listing (job offer for example), he will need to select from a SELECT drop down how long he wants his message …

Member Avatar for R0bb0b
0
121
Member Avatar for kwesiaryee

:S Hi I need help urgently.. I want to insert data into two mysql tables using just one form. Tried to do it through the following code below, but keep on getting horible errors when i submit. The essence is that the client has to fill all data without moving …

Member Avatar for R0bb0b
0
94
Member Avatar for PomonaGrange

Hi, I was wondering, if it is possoble (or how to) include a php file with a get form value passed. For Example: states.php?state=NY. This file would be incuded into another php file so that it would display only the items that would be in NY state. Anyone know how …

Member Avatar for PomonaGrange
0
134
Member Avatar for zegames

[CODE=php]<? $url = 'http://www.gamespot.com/pages/search/search_ajax.php?q=grid&type=game&offset=0&tags_only=false&sort=rank'; # regular page: #url = '://www.gamespot.com/search.html?type=11&stype=all&qs=grid'; function disguise_curl($url) { $curl = curl_init(); $header[0] = "Accept: text/xml,application/xml,application/xhtml+xml"; $header[0] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; $header[] = "Cache-Control: max-age=0"; $header[] = "Connection: keep-alive"; $header[] = "Keep-Alive: 300"; $header[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"; $header[] = "Accept-Language: en-us,en;q=0.5"; $header[] = "Pragma: "; curl_setopt($curl, CURLOPT_URL, $url); …

Member Avatar for zegames
0
185
Member Avatar for veledrom

Hi, How can store [inlinecode]$_SESSION['id']="myId";[/inlinecode] for 5 hours? I tried cache thing but, when i closed IE it expired. When i echo $_SESSION['id'], it doesn't return any value. Thanks [code] session_cache_expire(150); session_start(); $_SESSION['id']="myId"; [/code]

Member Avatar for digital-ether
0
105
Member Avatar for ditty

Pls help me to add two times which is in mysql database table....Very urgent...Thank you

Member Avatar for Shanti C
0
113
Member Avatar for wertz33

im trying to do a button that will be able to add automatically textboxes,radiobutton or other forms. [B]for example of this is that i have 1 row that consist of a textbox and radiobuttons, then below there is a button named add. when i click add same row will be …

Member Avatar for Shanti C
0
66
Member Avatar for it2051229

I have created a simple php application that resizes pics.. so this is how the program goes, the server will provide the client an interface where to browse a picture, then after the client chose the pic to be resized it hits on the "RESIZE BUTTON" then the image goes …

Member Avatar for langsor
0
92
Member Avatar for nimbus8

Hi! I'm on the lookout for a script that enables visitors to my site to trade their stuff. If one person post that he wants to trade his c++ litterature in exchange for the Godfather collection anyone who has either posted that they have the godfather collection or want the …

0
40
Member Avatar for tiger86

Hi I am trying to use nucleus a GNU blogging program. I used a php debugger to check it for any errors and it ran across a bunch but I don't understand them because they don't look like errors to me. I am just a beginner in PHP so I …

Member Avatar for tiger86
0
87
Member Avatar for Stefano Mtangoo

Hi All, I need to center Suckerfish dropdown menu in my drupal site. How can I do that? I use roople theme Lite Jazz and Drupal 6. Thanks alot Steve:)

Member Avatar for marigold2
0
234
Member Avatar for auk_fairy

i tried installing apache 2.0.48 and php4.3.2. apache works fine but when i click the "PHP info" link from the php page after installation, 1.in Internet Explorer- the File Download dialog box appears asking if to "save" or "open". 2.in mozilla- the script is displayed on the browser instead of …

Member Avatar for khess
0
132
Member Avatar for pauldavis

Hi, im making the website for a local youth club, and the leader there, wants to have comments posted automatically, under the contact box. I'm fine with the contact form, that works fine. Its the same one used on my website, its been tested by 3 other people to. The …

Member Avatar for digital-ether
1
111
Member Avatar for fortiz147

i have passed multiple identical id values, and now i want to retrieve those corresponding id values in mysql. how do i retrieve them? the table that the ids were inserted is a join table named hrm1_employees with field names hrmemp1Id, empId, and hrm1Id. the field hrm1Id came from the …

Member Avatar for fortiz147
0
97
Member Avatar for antihero

Please, estimate the operation of [url=http://design.antigov.org]engine for site[/url] All the pages are made only in HTML, and there is only the text of central column material; building of menu and of other things, display of CSS styles are performed with Java Script, it should be put at the beginning of …

Member Avatar for langsor
0
94
Member Avatar for scorpionz

Hi this is scorpionz here I am working on some exams stuff... Now the thing i want to mention here is that: a text boxes created by php code, means a text boxes shaped in this way: [code] <input type="text" name="total_points<?=$i?>" style="width:50px;" > [/code] Now these are created severals. I …

Member Avatar for langsor
0
84
Member Avatar for justted

Hello everyone, Ive been having trouble trying to incorporate the code for an image Map into a PHP global.inc.php document of my community. The image map code is: [code]<img name="headerbanner0" src="headerbanner.gif" width="950" height="125" border="0" usemap="#headerbanner" alt="" /> <map name="headerbanner"> <area shape="rect" coords="224,93,385,125" alt="newsroom"> <area shape="rect" coords="585,90,793,2081874365" href="http://cyberpetcity.com/view_page.php?page=1363&game=1" alt="cybertown"> <area shape="rect" …

Member Avatar for mgwalk
0
148
Member Avatar for axelwu

We setup a new email account via CPanel, and we tested that we can log into the webmail to send and receive emails of that account. We use this email account to send mails to our visitors to comlete the registration & activate their membership. However, on our website, we …

Member Avatar for langsor
0
90
Member Avatar for Diode

For me the big problem is action='foo.php' Unless I am mistaken, any submit button would send the form to foo.php by POST, so I would need a second form to have an alternate action page. I made a table to show the user's contents in the shopping cart, with a …

Member Avatar for digital-ether
0
184
Member Avatar for anuj_sharma

hey guys m tryin to make a log out page in my website but when the user clicks on the logout page the history does not get deleted. this means the user can still go back to the previous page. Please help

Member Avatar for dickersonka
0
124
Member Avatar for bdcd

So I'm using this script to upload a .htm file, the only problem is after I upload the file the extension is gone and doesn't display as a web page. If I go into the folder and rename the file to vsquarel.htm the file displays as a web page again. …

Member Avatar for bdcd
0
128
Member Avatar for oconndav

Hi, hopefully this is an easy one for somone.. i've been pulling my hair out though.. I am creating an array of values which needs to be then passed to a function. Everything works when I create it like this: [CODE]$myarray = array('value1'=>2,'value1'=>1,'value1'=>2,'value1'=>1);[/CODE] However as i don't know how many …

Member Avatar for oconndav
0
103
Member Avatar for Kavitha Butchi

Hello all, I am all set to launch a website on which i have been working from months but now am afraid how safe it might be once it gets attention of hackers . As most of the code in website is in PHP,html,mysql i am posting this in this …

Member Avatar for Kavitha Butchi
0
379
Member Avatar for AON07

Hey all i'm fairly new to php and need some help with this code. I'm not recieving any errors but it wont work. what i'm trying to do is up load a picture from a form. i want to copy the picture into a folder named "images" then keep all …

Member Avatar for AON07
0
260
Member Avatar for zahra1364

Hi all I need a php resizer code .please help me as soon as possible. thanks.

Member Avatar for scorpionz
0
93
Member Avatar for kevinritt

I wasn't sure if this should be in the MySQL or PHP forum. I have a database to enter student info for a school (it's a detention list - I'm the VP) I have a form to update records in a database as each student is assigned detention. It only …

Member Avatar for kevinritt
0
156
Member Avatar for ashishjha54

hello, can anybody help me in making a php script which will check my backlinks on other sites and return true if it exists and return false if it does not exist. thanks.

Member Avatar for Q8iEnG
0
56
Member Avatar for rmk93

HI, I am a computing student looking at how web developers create their web sites. It has no commercial basis. Can you please take this very short survey concerning your way of developing web sites. It is aimed at both newbie and experienced web developers and there are no 'correct' …

Member Avatar for nikesh.yadav
0
120
Member Avatar for calvinmicklefin

Hi, I have a folder on my server protected by Apache Basic Authentication, and a third party script in another folder that uses the same username and password for access. I would like to be able to click on a link or button on a page in the protected folder …

Member Avatar for calvinmicklefin
0
152
Member Avatar for udaydesai

Hello Friends, Plz Help Me regarding this. excel_files is the folder in which excel files r placed every time iam unlinking(deleting excel files) after uploading to database and iam retrieving excel files from mail so if any body send same excel sheet to mail it will download to folder excel_files …

Member Avatar for digital-ether
0
112

The End.