38,021 Topics

Member Avatar for
Member Avatar for maxfaction

I constantly use the PHP INCLUDES feature on my site, & recently ran into a problem that I'm not sure is solveable at the moment & I'm hoping someone will have a solution. I'm aware that PHP INCLUDES is ususally for content that you want to keep constant over many …

Member Avatar for ReDuX
0
279
Member Avatar for tip

Help with querystring error. I am try to pass a query string to the same page but having problem This is my code: <HTML><BODY> <div align=center> <A href="?page=1">Page 1</A> - <A href="?page=2">Page 2</A> - <A href="?page=3">Page 3</A> </div><hr> <? switch($page) { case "1" :?> THis is page one <? break; …

Member Avatar for tip
0
89
Member Avatar for sunil kumar bob

I am new to PHP and don't know how to upload a picture in database and after uploading how to display it. Plz help me if u know.

Member Avatar for ReDuX
0
188
Member Avatar for foreverman2002

hi rellay i am new in you forum but i think that i will intersted with you... my quastion is: how can i compressed any file as zip by php? i have a file and i want from user to download it as zip file and i want to compress …

Member Avatar for foreverman2002
0
139
Member Avatar for ep2002

Hi all, Michelle here. I want to know, objectively, LOL yeh right, who thinks Pearl is better than PHP & why & if it's just as easy to find a Pearl Programmer than a PHP programmer. This is for DB applications. Pls. only respond to this thread if you know …

Member Avatar for Gary King
0
263
Member Avatar for ubik

The problem is that SOMETIMES, my SID gets embedded in the URL, although at the begining of every page I have this code: ini_set('session.use_only_cookies', "1"); session_set_cookie_params(60*60); session_start(); session_register("blabla"); if (!$_SESSION["logged_in"]) session_destroy(); etc, etc; So there are days/times when the SID isn't embedded in the URL (and in the links of …

Member Avatar for ubik
0
106
Member Avatar for OurNation

Maybe possibly im just stupid but can some one in depth explain php how to use it and what it is :-| :lol: :sad:

Member Avatar for Alcides
0
80
Member Avatar for BobbyRags

Sorry if this is in the wrong forum. I need code that would protect my email address on my website from robots. I'm getting alot of emails that contain viruses. I guess kids have to play too. Thanks!!

Member Avatar for felgall
0
81
Member Avatar for shilpa

We are designing a new webpage for our department using PHP. The webpage created keeps scrolling down farther than the data. An example of a page with this issue.[U][url]http://www.wed.siu.edu/New/[/url][/U] We did not seethis in the HTML prgrammed pages. Does anyone have any suggestions.

Member Avatar for felgall
0
219
Member Avatar for laxy_m

hello!! What do I have to do to convert PHP3 pages to PHP4 pages? Are there any compatibility problems? Thanks Laxy [URL=http://www.funspot.com]www.funspot.com[/URL]

Member Avatar for laxy_m
0
549
Member Avatar for billah_norm

I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason. so i am using ODBC for this purpose. but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version …

Member Avatar for billah_norm
0
211
Member Avatar for Sheriff Mole

I have just finished a very careful (I thought) session of loading mods. I was sure to have backup versions of every file I effected, and I tested each mod in turn, if they didn't work I scrapped the idea of the mod and put back the old files. Anyway, …

Member Avatar for Sheriff Mole
0
121
Member Avatar for Sheriff Mole

Hi guys. Could someone please tell me; is there a way of making an avatar disappear from the gallery after someone has selected it? I am working with the adinfinitum phpbb template. I'm fairly new to the phpbb code, but I have managed to get a little forum on the …

Member Avatar for Sheriff Mole
0
254
Member Avatar for kiwiburger

[font=Arial]Hi,[/font] [font=Arial][/font] [font=Arial]Does anyone know of a tools or method of converting Access forms to php forms? [/font] [font=Arial][/font] [font=Arial]If so, please email me at [email="paulstewart@maxnet.co.nz"]paulstewart@maxnet.co.nz[/email][/font] [font=Arial][/font] [font=Arial]Thanks in advance[/font] [font=Arial]Paul[/font]

Member Avatar for oberoc
0
97
Member Avatar for tip

I am a second year IT student who is working on a project using PHP(frontend) and MySQL(backend). I am brand new to these softwares which are not being touch in class. I have 2 questions: 1. How do I populate fields (textboxes) in a html form from a selected item …

Member Avatar for tip
0
177
Member Avatar for sam_bham

I have no problem to insall php engine in the past and I installed it many times in before. However this the time I got this error message and I don't really how should deal with it. the error message says: ----------------------------------------------------------------------- This application should be called only by the …

Member Avatar for sam_bham
0
92
Member Avatar for johnsherman

I'm trying to pass the value from a radio button to a second, and then a third page. I can pass all other values with no problem, but no value comes from the radio button. Any ideas?

Member Avatar for ZWheel
0
198
Member Avatar for pcarlow

I found this [URL=http://www.allsyntax.com/tutorials/view.php?id=3&page=1]PHP Tutorial[/URL] and thought it was very good.

Member Avatar for mikeandike22
0
139
Member Avatar for daastan

Hi .. i was trying to install MySQL apache server and php4. i did instal MySQL and Apache and they did work fine on.. but php didnt get install properly, i installed MySQL and Apache on D. and Php in C drive its a same hard disk though, do u …

Member Avatar for Gary King
0
140
Member Avatar for Totallyconfused

And I need help with setting up and installing PHP as well. :D Ok, fact of the matter is, I am SOOOOO lost and confused that I am about to give up on the whole thing!! I've got the PHP files upload to the hosting site, and I followed the …

Member Avatar for Gary King
0
185
Member Avatar for mach1

Dont laugh... :o I recently purchased a php nuke template at the template monster and dont know how to upload it properly to my server. I have all the required bits and pieces running but there instructions are a bit vague Hi Willie, To install a PHPNUKE theme you need …

Member Avatar for Gary King
0
204
Member Avatar for Decency

i've been trying to install apache and every time i do: make install the final step in installing it... then i update the httpd.config file and i try to start the server it gives me the following error: mod_sock: unable to bind to 0.0.0.0:80 cannot open log files.. im installing …

Member Avatar for Gary King
0
142
Member Avatar for vree

I only started last week with php mysql(be nice) I have a MySQL db where a user can enter contact info, usually stuff: FirstName LastName Address City State Zip I return this info to a php page which shows all info in db. $result = mysql_query("SELECT * FROM contacts"); I …

Member Avatar for PoA
0
137
Member Avatar for absolvey

Hey, how're you doing today? My name is Robb Moceri and I have been working on a website for somebody and I ran into a very complicated problem(complicated on my end), and seriously cannot find the answer. Like I said, I am working on a site... they wanted me to …

Member Avatar for absolvey
0
355
Member Avatar for TimmyRaa

I've at least *seen* PHP code before, and have modified my own phpBB forum moderately. However, I've been set a project to build a web interface for recording skittles scores (like 10-pin bowling, but with 9 pins!!), and producing a nice ordered table with player names, number of games played, …

Member Avatar for TimmyRaa
0
414
Member Avatar for VictorCody

My brother installed an W-Agora forum on my website and has since disappeared on me. I think he lost his telephone and internet service. I cannot get the attachments (photos) to show. The are inline but will not view. I have tried everything and have had a message on the …

Member Avatar for PoA
0
154
Member Avatar for samaru

[size=4]Core PHP Programming: Using PHP to Build Dynamic Web Sites[/size] [b]by Leon Atkinson[/b] More of a reference book ... and a mediocre one - Don't expect to learn much from this book. The tutorial is mediocre and so is the reference. This book could've fit in about 100 pages or …

Member Avatar for hoangthaitu
0
161
Member Avatar for mikeandike22

i dont have a server and dont want to set one up becuase apache never works for me but i would like to test my php scripts so is there like a way of using an ide for php i also need one for java.

Member Avatar for mikeandike22
0
135
Member Avatar for qadeer

This command working but i do't understand it ??? i am writing funtion in which it using please guid me.. <?php $dbHost="localhost"; $dbLogin="root"; $dbPassword="123"; $dbName="test12"; $query=""; $error=""; $mySqlError=""; $connect = mysql_connect( $dbHost, $dbLogin, $dbPassword ) ; if ( !mysql_select_db( $dbName ) ) { return "<p>Error: Database[ $dbName ] could not …

Member Avatar for PoA
0
146
Member Avatar for niikay

I am new to php and i want to know if i can use microsoft access as the db??? instead of mysql??? please help?? :-|

Member Avatar for big_k105
0
102

The End.