39,316 Topics

Member Avatar for
Member Avatar for peck3277

Hi guys, i was wondering if anyone could help me out here. I'm trying to display an alphabet. to do this i am using this code [CODE] for ($i=65; $i<=90; $i++){ echo '<a href="test.php?f='.chr($i).'">'.chr($i).'</a>'; } [/CODE] This works as it should. Displays the alphbet each with a link. What I …

0
52
Member Avatar for Graphix

How do you acces a folder beneath the current folder? The upload script is at: htdocs/mysite/management/upload.php and i want the files to be uploaded at: htdocs/mysite/images/ What should the directory be?

Member Avatar for Graphix
0
113
Member Avatar for ondusko

.error Info: To add this product into your cart you have to select a product variant on the details page. above is an error im receiving when i add a custom attribute text box to my product could you please assist me with a solution for it. Not sure cause …

0
36
Member Avatar for phpnovice

Greetings, Would some experts show me php code to play a .wav file? Thank you very much in advance. phpnovice

Member Avatar for vaultdweller123
0
2K
Member Avatar for mrcb

So I have a simple login + set cookie script. After checking to see if the supplied credentials are in the db, the script sets a cookie. After this, the script forwards the user to a password protected page. I know the login + cookie placing script works fine. When …

Member Avatar for codejoust
0
86
Member Avatar for santhanalakshmi

Hi, Please help me out.How to add images in the PDF file using php? I tried this coding : [code=php]<?php $pdf = PDF_new(); PDF_open_file($pdf,''); PDF_begin_page($pdf,595,842); $image = PDF_load_image($pdf,"png","myimage.png",""); PDF_place_image($pdf,$image,64,26,.24); ?>[/code] But i am facing an error while running this code: [B] Fatal error: Uncaught exception 'PDFlibException' with message 'Handle parameter …

Member Avatar for codejoust
0
103
Member Avatar for andym67

Hi All, I am processing a form that includes address info. If the user fills out the form and (address2) has an apartment number that they enter like: #1522 I have trouble later where I might contruct a link such as: [code] header("location: contact.php?address1=$address1&address2=$address2&city=$city&state=$state"); [/code] The link creates fine, but …

Member Avatar for diafol
0
162
Member Avatar for TLCJohn

Hi there, I am looking for a suggestion, and wondered if somebody may be able to help. I have a client, who requests that within his form there is a unique six digit generated number, I am looking for a piece of software or a Dreamweaver extension that may be …

Member Avatar for diafol
0
2K
Member Avatar for muralibobby2015
Member Avatar for diafol
0
74
Member Avatar for Altairzq

Hello. I'm using AJAX for all the updates to the web site I'm building and it works very well. But now I face the need to: 1) Upload a file (an image or video) to a folder in the server. 2) Insert a row in MySQL with the name of …

Member Avatar for digital-ether
-1
354
Member Avatar for muralibobby2015

i want to upload and crop five images at a time in php. i wrote code 5times for upload,and 5 times for croping. so...there is any possible to using an arrays and using anyway i want to short my code....plz help me..

Member Avatar for diafol
0
56
Member Avatar for jithusdani

Hi folks, I want to open a pdf stored in the database in a new window using php server side script. Actually I want store the file name in data table, which user clicks. So i need a server side script open the things in new window along with the …

Member Avatar for jithusdani
0
3K
Member Avatar for scias23

i want to relate my tables, but i can't find out how to relate the tables. how?

0
98
Member Avatar for tarunkhatri

I have a simple javascript function that shoud insert a value in the cell when the value in the dropdown list changes. Dnt knw the reason why its not working. [CODE] <script type="text/javascript"> function displaytaskid() { var id=document.getElementById(dropdown).value; document.getElementById(task_id1).value=id; } </script> <td id ="task_id1"></td> <td name = "task_id[]" id="dropdown" onchange="displaytaskid()" …

Member Avatar for mick_sp
0
150
Member Avatar for mundetas

Need help could anyone know how to make an image in a form act as a submit button? Would anyone know where I can get information on how to fill a drop down box with data in a mysql database? Please help please please :-/

Member Avatar for mundetas
0
77
Member Avatar for CFROG

Besides the obvious, like security issues, character limits in older browsers, etc. Is there any real difference between $_POST and $_GET besides the method in which data is passed? I have a script that works perfectly with $_POST but completely falls apart when I try to use $_GET. I rarely …

Member Avatar for cwarn23
0
170
Member Avatar for coolmind259

Hi, I have uploaded a web site on the server then I hav tested it on the browser but it is taking a lot of time to load its contents. I dont have anything heavy in the site, does anybody know any solution to overcome this problem?? Please reply. Take …

Member Avatar for cwarn23
0
241
Member Avatar for amdainul

Hi, I need to make a search page for book using PHP and MySQL. I've already have the script that I've got from one site. It run very well. I can type what I need to search then click which category to be search using textbox such as Title or …

0
67
Member Avatar for sugumarclick

Hi everyone, i m doing an inhome project on community development... For that i need a form such that we can send a mail to anyone without authentication,, For Ex. a user of gmail can send a update to user of yahoo or gmail. Please help me

Member Avatar for sugumarclick
0
109
Member Avatar for mahakaal

Hello all, I need a Free Yahoo, Gmail, Hotmail, MSN and AOL address book import script using PHP , as i need it to a social network site. Any help will be highly appreciated. Thanks in advance.

0
56
Member Avatar for sam023

This is my code..!!! i use ob_start() but still i m getting header error Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\flower\upload1.php:1) in C:\xampp\htdocs\flower\upload1.php on line 30 can anyone tell me where m i wrong.?? why this is error is related to header only..!!! …

Member Avatar for sam023
0
136
Member Avatar for chupinette

Hello everyone! I am developing a php web application and I was searching on how to deploy it. I heard about nusphere..But it is a trial version..Can anyone give me some suggestions or tutorials on how to deploy a php application? Thanks, Chupi :)

Member Avatar for chupinette
0
107
Member Avatar for mark2326l

I have entry dates of my records in format yyyy-mm-dd. I have 2 drop down menus, one for Year, and one for Month to select. I have no idea how to return results without using the complete date. If I use a text box and enter the exact date (Y,m,d) …

Member Avatar for mark2326l
0
105
Member Avatar for jrw0267

[CODE]echo "<param name='FlashVars' value='mp3=Slipknot-Duality.mp3&bgcolor1=$rgb\&showinfo=1&autoplay=0&showstop=1&showvolume=1'>";[/CODE] I am having a problem getting my bgcolor1=$rgb to be evaluated I know that $rgb has a value in it because i am using print_r($GET) and it is evaluated as the correct value how do i get the variable to pass as a paramater in the …

Member Avatar for edwinhermann
0
88
Member Avatar for armyguydave69

I just switched webhosting companies and I'm having a major problem now, I keep getting errors that I wasn't getting before. Mainly, these right here: [code] Notice: Undefined index: username in D:\hshome\c274056\test.yourroommatefinder.com\register\signup.php on line 12 [/code] Here's line 12: [code] $username = mysqli_real_escape_string($dbc, trim($_POST['username'])); [/code] Tried this too: [code] $username …

Member Avatar for armyguydave69
0
80
Member Avatar for nigelsponge

Hi, I am using the explode function to bring some txt boxes from a database based on sizes. All is good but I need to only show the text boxes if there are sizes available for that particular garment. So the user can't enter any quantity into the text box. …

0
46
Member Avatar for nish123

hello friends.. [code=php] <?while($row=(mysql_fetch_array(result)) {?> <tr> <td><?echo $row['photo']?></td> <td><?echo $row['info']?></td> </tr> <?}?>[/code] above code i use for fetching data.. one result in one row at a time..!!! now i m try to show two result in one row..!!! in other words.. two different data in one row..!!! how can i …

Member Avatar for CFROG
0
139
Member Avatar for MikeGore

I need to convert this into PHP. I heard of ASP to PHP convert programs but they don't work they just append $ to a couple of places thats all. Since my other posts have remained unanswered I don't really expect replies from here either, but I a desperate. Could …

Member Avatar for diafol
0
138
Member Avatar for gavola

Hello everyone - first time poster here, long time reader. I have a minor issue that appear to simple to fix - but I've just hit a road block. I would like to create a three way inner join to display all the information I need in one SQL statement. …

Member Avatar for Kruptein
0
796
Member Avatar for Froger93

Hello all, I have an issue regarding using variables from my global.php in a hiarachy of documents. I will explain how this works. I have my index.php in the root of my server, I then include the global.php file and from then on I include a handle.php file for the …

Member Avatar for chrishea
0
210

The End.