39,388 Topics

Member Avatar for
Member Avatar for gmemol

hi all, in a php file i have written these codes: [CODE]<html> <body> <h1>Cookie Example </h1> <font size=+2 face = verdana> <? $visitcount = $HTTP_COOKIE_VARS["visits"]; if( $visitcount == "") $visitcount = 0; else$visitcount++; setcookie("visits",$visitcount); print "This is visit number " . $visitcount; ?> </font> </body> </html>[/CODE] when i browse it …

Member Avatar for paradox814
0
86
Member Avatar for PHPGuru

At my PHP: Mastery Boot Camps I'll have a segment on consulting and contracting that will contain a panel of contractors who have successful businesses. If you're a contractor making more than $100K, manage multiple clients, are good at getting contract jobs quickly, are in a long-term contract, or are …

Member Avatar for PHPGuru
0
161
Member Avatar for Gilded

Anyone has an idea on how they can achive the every new registration has its own subdomain? I have WildCard DNS enabled.

Member Avatar for Gilded
0
146
Member Avatar for paradox814

Is there a way to disable php in a given folder without having admin access to the server? I want to give out some ftp accounts to my friends and stuff, but I do not wan them to be able to leach in and access my files usign php. I …

Member Avatar for PoA
0
74
Member Avatar for flame

Hi there! I have installed CuteNews without ANY problems... However... When I posted the code into my webpage for the news to display on it, it did that, but one problem... The news will NOT update itself! I added and even deleted posts, but the changes never take affect! The …

Member Avatar for Black Knight
0
172
Member Avatar for Dani
Member Avatar for Black Knight
0
165
Member Avatar for Danny

Hi all, I have quite a few testimonials I would like to rotate. Each testimonial is just a block of text. As it stands, all are displayed on every page. I want only one to be displayed. [b]Currently:[/b] I have about 20 pages that all have an include of "testimonials.php". …

Member Avatar for Danny
0
246
Member Avatar for Young Teck 06

Okay, I need some really big help. I just added an addon contribution to osCommerce. It requires NETBPM and it says that I need to add it to my server, so I am kind of lost about what or where it goes at? Does it go in the main root …

Member Avatar for Danny
0
179
Member Avatar for mrkumar

I need to create a log in page for new customers, where in they provide their address in the US based on the zipcode. Essentially, if a user fills in a zip code, it should automatically populate the city and state. For some situations, I also want to create a …

Member Avatar for robbyd
0
172
Member Avatar for Gandalf

I have made original Dani instructions in phpBB mode like format that i hope will be of use to you. Here it is: [quote]############################################################## ## Hack Title: vBulletin 3x mod_rewrite ## Author: Dani [url="http://www.daniweb.com/"]http://www.daniweb.com/[/url] ## Contributor: Gandalf [url="http://www.gandalfdir.com/"]Forums Directory[/url] - remake into phpBB mods like format ## Description: make your …

Member Avatar for Dani
0
1K
Member Avatar for probeach424

Hi all. What I want to do is be able to dynamically insert a picture based on a search result. For example, if someone were to search for a movie based on it's title, I would like a picture of the movie to display along with the other info that …

Member Avatar for Phaelax
0
78
Member Avatar for psk79

Hi all, I created a set of pages with PHP for login using a database. Now, I need to link to a lot of CGI programs in a folder with protected-access (.htaccess). The username and password are the same as the ones people use to login with. Is there a …

0
91
Member Avatar for Facey

hello, i was wondering if you could help me out! i am creating a database in oracle8i (sqlplus) i am trying to allow on one of my pages for the user to select things from the table i.e if there is a passenger table, i want a combo box that …

Member Avatar for Facey
0
567
Member Avatar for hbmarar

hi, I would like to know whether i can use the phpBB package with my current system configuration.... *Windows 98,XAMPP Can I use it to develop the offline intranet application which has all the features of the site though is for use within a Lan. how to install the package …

Member Avatar for mediaphyte
0
242
Member Avatar for starsunited

I have this function whereby it allows people to download zip file but then i try to open it after downloading it, there was this error msg that says "Error reading zip".

Member Avatar for starsunited
0
344
Member Avatar for IceColdMan

Hi I am new here as you can see, well I want to learn PHP, and I don't know where to start. What I want to do is make a game like [url]http://www.racewarkingdoms.com[/url], and you have probable heard of it before, Outwar. If you could point me in the right …

Member Avatar for Phaelax
0
163
Member Avatar for Phaelax

I installed PHPDev5 and can run my php files no problem on localhost. However, since I'm the only who can seem them, I wanted to setup IIS so that my site could be seen by others on the internet. (until i move to an actual dedicated server) I believe the …

Member Avatar for blud
0
85
Member Avatar for Tippy

I recently had to reformat my computer.. I've been using Visnetic Website 3.5 to run my Forums and Gallery, all which have worked fine with the PHP in the past. Alas after the reformat I cannot for the life of me to get the PHP to work again.. I've searched …

Member Avatar for Tippy
0
142
Member Avatar for adromidon

Is there a way to make a admin back end function to delete a MySQL entry after the user has click a button to confirm deletion. I am trying to figure this out using statements and functions but I am hitting nothing but errors

Member Avatar for adromidon
0
140
Member Avatar for DiscJockey

Hello, have u seen in PHPBB template where they have something like {registration} -->this is the registration link. i want to do something like this some i dont of to make a new .html, all i of to do is make a new content.html and this will replace {content} any …

Member Avatar for adromidon
0
114
Member Avatar for hbmarar

hi, Any member using the Mambo for CMS.If so i would like to clarify a few doubts... Can I use it on Windows 98 with XAMPP and Step in installing after downloading a stable release. hope i wud receive help at the earliest,Thanking you in advance ,I remiain sincererly hari

Member Avatar for PoA
0
86
Member Avatar for autocrat

OK, a friend of a friend asked me to look into building a online cane builder. The cane can have a variety of different cuts, grooves, handles etc. In all, I thought it best to create a 2wide 4high grid containing a basic cane, and depending what they clicked on, …

Member Avatar for autocrat
0
173
Member Avatar for hbmarar

need to update each records after record hi, Would anyone share with me a code that can be used for this logic. If i delete from a x records, record u.I need to update each records after record u till record x.the updation need to be carried out for the …

Member Avatar for hbmarar
0
166
Member Avatar for davespink

Hi, I want to take a shot at writing an Apache RewriteMap in PHP. The example they give is in perl, which I don't know. The perl example is here [url]http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteEngine[/url] I'm not going to do anything to ambitious, but they do give a warning that if you get it …

Member Avatar for davespink
0
197
Member Avatar for corewizard

Hi there, I am looking for somewhere to get that "contribute code" core of this forum, I need something similiar to it for a friend of mine, and I am too lazy to do it myslef, where did this forum get it from, was it customly made?

Member Avatar for Phaelax
0
141
Member Avatar for buck_nakie

Hi all, I am learning to write with PHP and am stuck and need some wise souls help. In a nutshell I need to be able to take grab a DB coulmn status and then count how many times it gets updated and output that number to a file and …

Member Avatar for Phaelax
0
84
Member Avatar for alienpyro

I know there is something wrong with this code because I got an error message but Im not sure exactly what. THis is all on one line within dreamweaver. Here it is: echo '<a href="?pageState=Database" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('database','','Images/databasebuttonpushed.gif',1)"><img src="Images/databasebutton.gif" name="database" width="200" height="30" border="0"></a>'; Any help is appreciated. Btw it pointed to …

Member Avatar for Alcides
0
166
Member Avatar for buck_nakie

Hi all, I am learning to write with PHP and am stuck and need some wise souls help. In a nutshell I need to be able to take grab a DB coulmn status and then count how many times it gets updated and output that number to a file and …

0
106
Member Avatar for hbmarar

hi to all, please do suggest me y this error? 0063 $result = mysql_query($sql) or die(mysql_error()); 0064 0065 [U]$admine-mail = "admin@yoursite.com";[/U] $adminpass = "admin"; $adminname = "Admin"; $sql = "INSERT IGNORE INTO cms_users VALUES (NULL, '$admine-mail', '$adminpass', '$adminname', 3)"; $result = mysql_query($sql) or die(mysql_error()); [B]Error :[/B] Parse error: syntax error, …

Member Avatar for mediaphyte
0
170
Member Avatar for wrestlingreport
Member Avatar for mediaphyte
0
152

The End.