39,393 Topics

Member Avatar for
Member Avatar for Ghost

Hi, I was wondering if there's a tutorial on making a website that offers free hosting. I know how to upload files with PHP, so I posted this topic here. Thanx.

Member Avatar for foryounow
0
499
Member Avatar for dor88keys

hi, im looking for a good PHP script to install a forum in my website. i came across phorum,and chipmonk. i also need it to have a PM (private messeges) option. can anyone recommend a good script ? could anyone tell me where can i find instructions regarding installing chipmonk …

Member Avatar for foryounow
0
1K
Member Avatar for mbabaali

am doing a classroom project but am stuck with the registering users script it does send the data to the mysql database ppliz help me out thanks here are both the html and php codes . [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" …

Member Avatar for somedude3488
0
199
Member Avatar for piusbabbun

Hai everyone ... Can you please mention the ways to generate PDF contents using php...and the components which can be used for it ?

Member Avatar for foryounow
0
108
Member Avatar for mhariharasudan

hi everyone i want to insert and retrieve images from the mysql using php(in wamp server).actually i searched the net and tried with many codes but cudnt find a solution.in the last one tht i tried,i created a table tht includes a blob datatype for one of its attribute and …

Member Avatar for mhariharasudan
0
130
Member Avatar for drjay1627

this is a general question. do you think that a bandwidth estimator can be used to measure the bandwidth and optimise a users video viewing experience. in other words, if i have a 56k connection can i still watch youtube or for that matter a live stream? of course if …

Member Avatar for cwarn23
0
72
Member Avatar for websurfer

Hello, all: I am trying to get this script to work... What I'm trying to do is to be able to email back customers whose emails I have saved on in my database. So pretty much the emails get sent as it runs the "while" loop. Somehow it doesnt seem …

Member Avatar for websurfer
0
111
Member Avatar for ero100@live.com

hi, i have spent more than whole day trying to figure out what is wrong in this php sript LINE 3 AND 14, ihave changed the quotes, but it didnt work, it works normal when you enter the date to GUESS THE NUMBER, but in the start page the ERROR …

Member Avatar for cwarn23
0
174
Member Avatar for andrewsCWD

Hello, I have a form that has several checkboxes. It looks similar to this: [CODE]<input name="service_needed[]" type="checkbox" value="service1" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service2" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service3" class="checkbox" /> [/CODE] I'm trying to store the values of whichever boxes are checked inside of one variable so that …

Member Avatar for antwan1986
0
788
Member Avatar for ero100@live.com

hello, i have just begining learn php, in this form every things looks ok, however a error message that i can't solve it. please give some help because i cant move on before solve this problem. thanks **HTML FORM CODE** <html> <head> <title>simple HTML FORM</title> </head> <body> <form method="post" action="listing9.2.php"> …

Member Avatar for almostbob
0
167
Member Avatar for hardcore

Hi all, I want to install Apache server 2.0.50, PHP 4.4.9, on Personal PC WinXP Pro but was unable to do that and was unable to find right instructional manual.Did a lot of reconfiguration in PHP.ini, httpd.conf files but Apache could not see PHP so test.php does not I need …

Member Avatar for hardcore
0
128
Member Avatar for Besherek

Hi folks, I need a little help working out a 2 tier navigation that is database driven as I'll need to use CMS to insert new categories and topics at a later date. The navigation is in unordered list format looking similar to below. Two category listed navigation with two …

Member Avatar for Besherek
0
117
Member Avatar for veledrom

Hi, Let's say my root: [url]http://localhost/htaccess/index.php[/url] I have dbconnection.php, css files, js files, inc files, class files, functions.php and image files all stored in [inlinecode]http://localhost/htaccess/secured/[/inlinecode] directory. I don't want anyone access these files. How can i do it? I tried .htaccess but nothing worked apart from directory browsing (IgnoreIndex */*). …

Member Avatar for somedude3488
0
87
Member Avatar for marjan_m

Hi, Please view the following link: [URL="http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL"]http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL[/URL] Here can any one please guide me that how the pictures are changing in the vertical are at right side? Thanks

Member Avatar for marjan_m
0
158
Member Avatar for AON07

First off thanks in advance, everyone here has been a great help in the past and know you will be this time.. What i'm trying to achomplish is to submit data from a form into multipule tables in the Mysql DB. However I want the user to select which table …

Member Avatar for AON07
0
1K
Member Avatar for scushkadee

this idea is in the beginning stages. I need a way to pull data from a table on a website, It also needs to be able to log me into to the website automatically to access the website. and.. hopefully.. send my cellphone a sms message.. or email.. when it …

Member Avatar for chrishea
0
166
Member Avatar for subirs77

Hi, I am a beginer of PHP and i want to make link management sys for a link page of a site. i want to add,del,modify links with that system.but i dont know what i must do for that ,please any one tell me the steps. I want to display …

Member Avatar for cwarn23
0
110
Member Avatar for ahmksssv

Hi frnds... i am trying to know something about Url Rewriting..here i need to load [B]mod_rewrite[/B] module...where can i get this.. In this i saw a point as Open the [B]httpd.conf[/B] file and uncomment the following lines (remove the trailing #s): [CODE]#LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c[/CODE]... But in my http.conf …

Member Avatar for Airshow
0
58
Member Avatar for bas_brain

ok, hi all, i have a problem, i want to check all values and keys from $_POST or $_GET files. My checkings criteria are: 1-) the key must be set; 2-) values must not be empty. Because $_POST and $_GET values is a array i have the following code: [CODE=php] …

Member Avatar for bas_brain
0
193
Member Avatar for csharplearner

Hello all, I have this strange problem. 1. I have one file in a sub directory which has code for displaying images - images are stored in main directory . 2. Now the reference to that image is retrieved from MySQL database table row[image]. here is the code i am …

Member Avatar for csharplearner
0
129
Member Avatar for dwatycha

relative php noob needs help, have tried 3 or 4 differnet ways to get an image along with other post data from an html form to save into a mysql db. other data saves fine, no luck at all with image. php and form code below. HELP. Thanks in advance. …

Member Avatar for Airshow
0
151
Member Avatar for mike4

Hey, How can I cause a block of php code be executed once using a command like the [B]include_once();[/B]If i use this directly it includes the contents of the include file like HTML content! What can I do?:$

Member Avatar for vdeych
0
182
Member Avatar for genieuk

Hi, If you see my other post about writing data to a file i am not doing that now i am using a database instead. Anyway .... Before i start i would like to say i am very very new to PHP and no very very little about MySQL writing. …

Member Avatar for genieuk
0
159
Member Avatar for genieuk

Hi, I been having allot of help on here certainly from 'Josh Connerty', who has done a fantastic job of helping me. I am learning php and am enjoying it. So before i start a big thanks to Josh Connerty and this forum existing as it is a pleasure to …

Member Avatar for genieuk
0
97
Member Avatar for jyotiu

Hi all I need to develop a property based website in which i have a drop down menu for selecting a category for eg:renting ,selling, lease etc. what i want to do is when a user will select any of the option he will be directed to a website of …

Member Avatar for jyotiu
0
118
Member Avatar for elbashamoe

I am using PHP and cURL to extract a website for its images using the <img tag. i would like to know how to loop through the whole page to get all of the images. so far im able to get 1 image but cant figure out how to get …

Member Avatar for digital-ether
0
63
Member Avatar for tkal

Opening a image file gives an empty file. A .txt file can be opened. Opening the image file gives no view available.

Member Avatar for tkal
0
135
Member Avatar for sureronald

I have a web application and I keep a list of logged in users in the mysql database. If a user clicks the sign out button his details are subsequently deleted from the logged in users table and safely logged out. This works fine. Now the problem is if a …

Member Avatar for somedude3488
0
72
Member Avatar for vanessia_1999

Hi, I am having diffculty in my administration page. Half of the code is correct but the other half I think is wrong. I am working with two tables to update the information. One is "products" and the other is "color". The product information work but the color information is …

Member Avatar for cwarn23
0
86
Member Avatar for szita1

I made a small application with the help of PhpMaker(php,mysql). It is a kind of catalogue for a paper issued monthly. It stores data for the authors and the articles and the paper itself in pdf. It works fine except for uploading the pdf. Interestingly enough uploading works fine when …

Member Avatar for danishbacker
0
98

The End.