39,393 Topics

Member Avatar for
Member Avatar for sam1

hi guyz, which of these two forums do you think is good to use? i am talking mostly about security and the confidentiality of the users. thank you

Member Avatar for Fel1x
0
87
Member Avatar for tefflox

I have written lots of php dealing with html strings, but it's my first time trying to get a very simple page to function. It has a textarea, and I guess that all I need to do is get the text into the database on the server. I really have …

Member Avatar for ryan_vietnow
0
132
Member Avatar for Duki

Hey guys, I'm looking at taking a PHP course in the spring. The prof and I get along well, and she said I could waive the college's prerequisites and sign up if I wanted to. The prerequisites (in the college catalog) are a couple of HTML courses. My question is …

Member Avatar for ryan_vietnow
0
261
Member Avatar for esgdirect

I have a simple Contact form script. I want to change it so it shows the email address of the person sending the form, not mine. I also hope I am pasting this code correctly. Sometimes I get a blank form, but all fields are required. I would like to …

Member Avatar for esgdirect
0
202
Member Avatar for nathanpacker

Hey, I'm using a while loop to display all the rows of a table in my database, and wondered if anyone knows how I can make it so the background color of each row alternates between two different colors. I'm using php to call the information, so I can stick …

Member Avatar for nathanpacker
0
85
Member Avatar for jamez333

I am using this html form page... [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Item Entry - Opulentworx - Private</title> </head> <body> <form action="/itemENTRY.php" method="post" id="itemENTERdb"> <input type="text" id="itemNUM"/>Item #<br> <input type="text" id="quant"/>Quantity<br> <input type="text" id="date"/>Date<br> <input type="text" id="cost"/>Cost<br> <input type="text" id="ground"/>UPS Ground<br> <input type="text" id="3day"/>3 Day …

Member Avatar for jamez333
0
95
Member Avatar for apwade

Is it possible to have two main pages i.e index page one for wap and the other html(php driven) or do i have to determine the type of user and rewrite my index page appropriately. My main site is unsuitable for mobile phones and would have to significantly different. Cheers …

Member Avatar for stymiee
0
76
Member Avatar for MORTGAGEman

Hi, I have a friend who is looking to start a website similar to [url]www.Ratemyprofessors.com[/url] and I was wondering if any ofyou could suggest a script that is similar. Thank you for your time.

Member Avatar for MORTGAGEman
0
93
Member Avatar for gustavobrust

Hello everyone! :) I'm doing a website that has lots of pages - created by the user (a wiki style) - and any page can have attachments. The file upload engine is working ok. I'm moving all the files uploaded to a specific directory. The problem is: As each page …

Member Avatar for fatihpiristine
0
64
Member Avatar for aquilai

Is the package libgr-progs available for OS X I can find it at the RPM find site, but when I download it real player tries to open it...which isn't quite what I expected, i've tried to use Fink to install it but it doesn't seem to be in the fink …

0
62
Member Avatar for sharmila12
Member Avatar for Ezzaral
0
37
Member Avatar for njagi

I have this code to update the DB by subitting values in the checked columns The problem is that it skips some entries and does not always subit the values entered SQL Query $thisid=$_POST['id']; $nvalue = $_POST['newvalue']; $chkd = $_POST['checked']; foreach ($chkd as $key => $value) { $sql="update invoice_subcategory set …

Member Avatar for JeniF
0
138
Member Avatar for drsmith

Having a strange problem with some PHP code. This code: [code] $filename = "/u2/text/TOPAShiftlog".$dateString."_AShift.rtf"; [/code] writes the file TOPAShiftlog2007-10-26_AShift.rtf to the /u2/text dir. I want it to write 2007-10-26_AShift.rtf to the /u2/text/TOPAShiftlog dir so I tried this: [code] $filename = "/u2/text/TOPAShiftlog/".$dateString."_AShift.rtf"; [/code] This code ends up removing my "submit" button …

Member Avatar for drsmith
0
283
Member Avatar for DavidNYC

I'm working in a VB environment with MS-mdb. Can I use a PHP web format to create a security key that would be sent to the VB app users to allow access to the .mdb? Can the .mdb listen and respond to the php message? If so how?

Member Avatar for bigattichouse
0
36
Member Avatar for srijesh

Hi Friends, since i am new to this script, I need your help, well this is my problem, i need to compare userdate with my backend date. for that i have used a dynamic dropdown combo as an id and i need to fetch the date associated with that id …

Member Avatar for bigattichouse
0
87
Member Avatar for cms271828

Hi, I'm looking to update a MySql database from an applet. The 2 roots I was thinking were: Applet->php->database Applet->servlet->database But my webhost doesn't allow servlets/jsp, so I would like to try the php route. I've looked on the internet, but I can't find anything concrete to use, just lots …

Member Avatar for Ezzaral
0
137
Member Avatar for fernandodonster

My server supported as " GD support : enabled" (linux OS using) but this program not displayed the graph. displayed the message "The image “[URL="http://xxx.xxx.xxx.xxx/test3.php%E2%80%9D"]http://xxx.xxx.xxx.xxx/test3.php”[/URL] cannot be displayed, because it contains errors. <?php header("Content-type: image/png"); $im = @imagecreate(110, 20) or die("Cannot Initialize new GD image stream"); $background_color = imagecolorallocate($im, 0, …

Member Avatar for bigattichouse
0
103
Member Avatar for atrusmre

Ok this may be a stupid questions. Is there a way to make a dynamic form? For example, if I wanted to create a form that took a users birthday, how do I make it so it would change the number of days in the month to correspond to the …

Member Avatar for hollystyles
0
87
Member Avatar for Shellinder

Hello all, i hope someone here can shed some light for me. I have to do a final year project and needed an idea fast so i decided to try something involving semantic web. now the problem is i am totally new to this concept, i am reading books and …

Member Avatar for fatihpiristine
0
73
Member Avatar for leroytrolley

Hi I've been trying to get a email form which allows my users to send photos as an attachemt via a "upload" button. I've got it working i.e. the form is sending me the data plus the photos, but I'm still getting this error when "submit" is pressed. [B]Notice: Undefined …

Member Avatar for fatihpiristine
0
285
Member Avatar for Labby77

Hello all master coders, I have been doing my site exclusivley in html. What is the big differences bewteen php and html? What are the advantages/disadvantages? What, if any would be the penalty from going from an html site to a php site? Would this hurt the PR I have …

Member Avatar for fatihpiristine
0
90
Member Avatar for aso186

The rewrite I'm using maps /products/string to products.php?product=string and the products.php is basically: [code] <header> <?php if(!isset($_REQUEST['products'])) {?> <a href="products/consumer-hardware>Consumer Hardware</a> <?php }?> <?php if (isset($_REQUEST['products']) && $_REQUEST['products'] == 'consumer-hardware') {?> <consumer-hardware details> <?php }?> <footer> [/code] Now the rewrite works, because I'm not getting a 404, but of course …

Member Avatar for bigattichouse
0
325
Member Avatar for ta5na

Hello experts, I'm having some difficults with the code that i have used from one of the PHP, MySQL books. As the error that appears is in bold on line 17, and the error that shows is listed below: "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource …

Member Avatar for bigattichouse
0
123
Member Avatar for still_learning

I am very very new to all of this stuff. I have been given a username and password, and I try to run this command: mysql -p -u username < filename But everytime it prompts me for a password, and does not let me type anything in. Please let me …

Member Avatar for bigattichouse
0
73
Member Avatar for tanha

Hi. I am using WAMP5 tools with the following features on Computer1 with IP address 192.168.0.1 and I have Windows XP Professional on this computer: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin I have a small LAN Network with 3 computers: …

Member Avatar for fatihpiristine
0
119
Member Avatar for Venom Rush

Hi I would like to know if it's possible to delete a row from a database by selecting it from a drop-down list and hitting the submit("Delete") button. If it is could you help me out with a bit of "code and description" or a link please. Much appreciated ;)

Member Avatar for Venom Rush
0
2K
Member Avatar for Dabdob

[B]Hi How can I add Forum by using PHP in my website…I only want to add one section as test. Please advice in details Thanks[/B]

Member Avatar for Dabdob
0
133
Member Avatar for rabichan

I'm trying to code a Wordpress theme, and I'm getting this error message - "Parse error: syntax error, unexpected T_STRING in /home/xxxxxx/public_html/wp-content/themes/xxxxxxx/index.php on line 27" The thing is, I can't figure out what's wrong :/ Here's the code - 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head …

Member Avatar for rabichan
0
259
Member Avatar for bpa

We are searching for a Senior Web Developer in San Francisco, CA. Please email your resume to [email]jobs@bluepointassociates.com[/email] for immediate consideration! [url]www.bluepointassociates.com[/url]

0
59
Member Avatar for drsmith

Not sure if this is a PHP or a MySQL problem...I am pretty new at both. Basically I have a .php form that is writing data to the db just fine and most of the data is saving back to the .php file fine. I have several "text" boxes that …

Member Avatar for fatihpiristine
0
97

The End.