39,320 Topics

Member Avatar for
Member Avatar for hooray

OK, so i have written a website that has been hosted online with a free hosting company for some time, but now i have limited access to the internet, so i have started using XAMPP. The code that once was fine on the hosting site has now stopped working. I …

Member Avatar for nav33n
0
115
Member Avatar for tmaunga

please provide me with powerful notes for php object oriented programming your help will be greatly appreciated

Member Avatar for nav33n
0
27
Member Avatar for Venom Rush

I have a form that has an option to upload an image along with some text and a title. What I want to do is check if the input for uploading the image is empty. If it is then the page processes the code just to upload the text portion …

Member Avatar for Venom Rush
0
217
Member Avatar for crzycm16

help! im pretty new at PHP, and im creating a simple pdf form with an html submit document. however, when i hit submit i get this error. Parse error: parse error, unexpected T_STRING in home/content/c/r/z/crzycm16/html/insert.php on line 42 my form is at [url]http://www.shsinteract.com/vets.pdf[/url] and i am following this tutorial, [url]http://www.andrewheiss.com/Tutorials?page=LiveCycle_PDFs_and_MySQL[/url] …

Member Avatar for nav33n
0
280
Member Avatar for woocha

I have 100's of files that access a field in a mySQL DataBase. I had to change the field name and now I have to update 100's of files. The files read: [CODE]$sql = 'SELECT user_id, username, user_colour, user_birthday FROM '[/CODE] I need it to now read: [CODE]$sql = 'SELECT …

Member Avatar for woocha
0
119
Member Avatar for smilyswapna10

hi, i did uploading a file with using <input type=file> but is it possible to upload file without using<input type=file> i am using PHP as server side language Thanks, swap.

Member Avatar for digital-ether
0
56
Member Avatar for vssp

Hi friends I am converting the final report to PDF file. in my application i have displayed the google map for my report . When i convert the final report to PDF file ,contentes only convert the PDF file , i unable to convert the google map to PDF file …

Member Avatar for tere
0
155
Member Avatar for micatex

Hello I am really new at this and are having trouble with MySQL updating .php files in the database program I am using. This used to work until I changed some of the .php file. I only changed the front end of these files and cannot see why what used …

Member Avatar for nav33n
0
121
Member Avatar for mark2326l

I have stories and images displayed on a web page through a "repeat region" mostly designed with DV. I'm getting the data & image path from MySql. The image with the story is a link (to larger image) and is "thumbnail" size, reduced from the full size using a style. …

Member Avatar for nav33n
0
89
Member Avatar for gpdrums

I'm an intermediate student of php/mysql. I want to develop a system that allows the client to login and view physical documents related only to their account. My intention is to provide the client the user login id and pass. However, in addition, I want to be able to allow …

Member Avatar for nav33n
0
80
Member Avatar for dani190

Hey guys, i just registered here. I have always read posts here but never thought to register. Anyways, i am looking for some help with this script. So i have about 300 students that all need to be placed in option statements (html). I need these names then put into …

Member Avatar for mad2001_in
0
190
Member Avatar for mgn2683

I am running into a problem where users insert their data into a textarea, which is then sent to a corresponding table in Heidisql. When the user clicks on the print button, it recalls the information to be printed. However, all the paragraph breaks and formatting, which is still present …

Member Avatar for mgn2683
0
112
Member Avatar for tmaunga
Member Avatar for nav33n
0
36
Member Avatar for sweRascal

Hey all, sorry to bother you but I have been wrecking my brain with this issue. I have been programming php for several years and needed some portable console apps so my natural choice was to go to c++. Now I got stuck when trying to create an sql query …

Member Avatar for sweRascal
0
108
Member Avatar for Venom Rush

Hi there I'm using preg_replace to replace ' and " with a backslash in front of them so that I don't get problems with my MySQL INSERT queries. But at the moment I can only replace them with one charater as below: [code=php]$unedited = $_POST['content']; $content = preg_replace("/['|\"]/", "'", $unedited);[/code] …

Member Avatar for Venom Rush
0
207
Member Avatar for Cente

Please need help I have an code for send a newsletter by the help of a good friend, but when I tried looks fine and when I open the email I received contain the newsletter picture are not appeared all necessary image are also uploaded in the same folder. PHP …

Member Avatar for Cente
0
108
Member Avatar for lydia21

hi, i want to develop a application.... where the user can enter the no of text boxes he wants..in the next page based on the user input it should disply the text boxes with different id

Member Avatar for lydia21
0
286
Member Avatar for Charleslp2007

Hello, Please, could you tell me how to create a [B]hotmail contacts importer [/B]or where to download a free script? I have found some online but they don't work. A [B]contacts importer [/B]is also called a hotmail [B]contacts grabber[/B] or [B]address book grabber[/B]. Some contacts importers work with Yahoo, Gmail …

Member Avatar for dannymo2
0
125
Member Avatar for Dilnesaw

Greetings, I am triying to diplay morethan one column from mysql database by limiting the display into three rows. I want all the row data to be shown as column data. I want the data in the fourth, fith and sixth row to be diplayed in the next columns, and …

Member Avatar for OmniX
0
103
Member Avatar for shmay

I have no experience with PHP, although some with C. I want to make a site that allows a certain type of company to register on my site so their customers can order online, through my site. I want the company to be able to choose what their form questions …

Member Avatar for nedwards
0
73
Member Avatar for Venom Rush

I have a drop down menu the is populated with event names from a DB. What I'd like to do is have the form submit after click on one of the event names in the drop down list. At the moment I have a submit button for this. I don't …

Member Avatar for fatihpiristine
0
557
Member Avatar for ali_ggl

Hi all here i want to develop websites content reading code like title of any website or meta and other tags, i want to give URL to this code at run time and it will detect its meta, title or other information and return to me in variables how to …

Member Avatar for Fungus1487
0
104
Member Avatar for nomadhacker

I have a web based program that I am trying to create, in which I will have a user create a profile, which optionally includes a homepage URL and/or blog URL. Since not every user will have a blog or a homepage to enter, I have moved that information to …

Member Avatar for nomadhacker
0
110
Member Avatar for OmniX

Im trying to figure out a way to access a row I 'just created' via the primary key. As it being a primary key it is auto incremented. I am using php/mysql to create the row then I require to access that same row (via the primary key) to be …

Member Avatar for nomadhacker
0
251
Member Avatar for OmniX

Im trying to figure out a way to access a row I 'just created' via the primary key. As it being a primary key it is auto incremented. I am using php/mysql to create the row then I require to access that same row (via the primary key) to be …

Member Avatar for TopDogger
0
263
Member Avatar for OmniX

I have been trying to restrict the uploading of images based on size and format. At the moment I have the size working but not the format. Ive tried different code but im favouring something like this: [code] if($_FILES['file_image']['type'] == "image/pjpeg") { CORRECT FORMAT else { INCORRECT FORMAT } [/code] …

Member Avatar for OmniX
0
331
Member Avatar for jimpossible2k

Hey guys! I hope I'm not violating the "No Advertisement Policy" by posting this, but I thought (am hoping) that some people might be interested so I posted anyways. My name is Jim, and I am currently in the process of creating an e-commerce website using PHP and MySQL. Although …

Member Avatar for ShawnCplus
0
94
Member Avatar for kanui

Can anyone help me with this code? I have been trying to output the url as a link but I cannot manage to do so. The url comes out fine in text form but when I try to output the url as a link I either get an error message …

Member Avatar for kanui
0
171
Member Avatar for lydia21

hi i want to create the database retrieved datas as hyperlink using php.i have sent the code.please tell me how to edit the below code <html> <head> </head> <body> <form> <table> <tr> <td><font color="red">View All Posting</font> </td> </tr> <tr> <td><a href="care.php">Create New Users</a></td> </tr> <?php $hostname = "localhost"; $username = …

Member Avatar for kanui
0
182
Member Avatar for Pro2000

Hello everybody, I've written a program which contains AJAX... The program is a messenger... The code was: [CODE]var http = createRequestObject(); function createRequestObject(){ var request_; var browser = navigator.appName; if(browser == "Microsoft Internet Explorer"){ request_ = new ActiveXObject("Microsoft.XMLHTTP"); } else{ request_ = new XMLHttpRequest(); } return request_; } function getInfo(){ …

Member Avatar for digital-ether
0
99

The End.