39,393 Topics
![]() | |
hi i design websit to view images i want when admin click on the image image will be deleted how i do that ?? this my code [code] <head> <script type="text/javascript" > function vvvv($id,$im) { [COLOR="Red"]if(confirm("are you sure want delet this imagej?")); $b=true if($b) { <?php mysql_connect ('localhost', 'root'); mysql_select_db("pickapic"); … | |
Hello, Is it okay to save credit card data in the database. I know it will be password protected but still, it will be a disaster if someone ever hacks in. How do real world companies(mine is school project) save their customer's credit card information? Thank you in advance. | |
Hi I have a fetch all row data from my prices table so it displays all the records on one page using php. I want to insert all the row data into a new table but in one row. for example in my 1st table I have PriceID ProductCode Productame … | |
hi, I creating an application whereby I am generating a password and then mailing it to the user. I have been trying the mailto function but the mail is not sent to the recipient. Here's my code: [CODE] $to="chitra@yahoo.com"; $subject = "New Password"; $email = $_REQUEST['mail'] ; $message = "Your … | |
Thank you for taking some time to understand this problem. Let me set it up by defining the arrays involved and then the code I am trying to pull off. I have this array >> $query_array = array('keywords'=>5, 'title'=>4, 'summary'=>3, 'content'=>2); I also have an array for each of the … | |
hii again sorry i ask much but i need help and i learn this my error massage:: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\admin\logink.php:9) in C:\xampp\htdocs\admin\logink.php on line 24 <html> <head> <?php extract($_POST); if (isset($_POST['userName']) && isset($_POST['password'])) { $userId = $_POST['userName']; $password = … | |
Hi I was using PHP sessions to create a sticky form but a button was needed to reload the page. I am new to Java and I have decided to do away with the button. Using onChange="javascript:OnChange(this) to cause the page to reload once a selection is made from a … | |
Hi, my name is Florian Larsson. I changed one thing in my index.PHP and that was the "logga in" sign to "log on" (logga in = Log on. in swedish) anyway check out for yourselves what it resulted in [url]www.concode-gaming.com[/url] I don't know how to fix it or anything and … | |
[B]error follows:[/B] [code]The email was sent. Warning: fopen(C://Program Files/xampp/htdocs/samplemuthu) [function.fopen]: failed to open stream: Permission denied in C:\Program Files\xampp\htdocs\samplemuthu\mail2.php on line 58 Warning: fread(): supplied argument is not a valid stream resource in C:\Program Files\xampp\htdocs\samplemuthu\mail2.php on line 59 Warning: fclose(): supplied argument is not a valid stream resource in C:\Program … | |
Hi I would like to put a list of ids in an array and loop to select data from a table using "IN" in the where clause. I am not having any success getting this to work. Any suggestions? Note:I am using Mysql database, apache, linux/Windows <? //array with list … | |
hi, I want to reset an MD5 encrypted password. I have changed the hash string by another one in the table but am nt able to access thru the new password as well. i have access to the database as well as all the files, can somebody guide as to … | |
Hello All, Is there a way how we can pass a PHP variable whose value has been retrieved from MySQL database to the next page? Initially I tried this which didnt help me anyway. [code=PHP] // if user login information is CORRECT then redirecting them to the user home page … | |
![]() | how to turn transparent png image to white background jpg? everytime i create a jpg from png seem the background is black 1. [CODE]$thumbnail = @imagecreatetruecolor ($size, size); imagealphablending($thumbnail, true); imagesavealpha($thumbnail, true); $trans_color = imagecolorallocatealpha($thumbnail, 0, 0, 0, 127); $red = imagecolorallocate($thumbnail, 255, 0, 0); imagefill($thumbnail, 0, 0, $trans_color); imagejpeg($thumbnail, … ![]() |
Hi folks, I have an image based shoutbox which I am currently implementing emoticons onto. I have a way now for the emoticons to appear where the :D or =) etc. is on the image, but for some reason they seem to be conflicting. I shall try to explain. chatbox.php … | |
Hello, im new coding in php, iv got a good backing in programming but as far as this goes im a tad lost. to start i and decided to go with a simple script that counts the rows in a mySQL database returns a result, randomises between 1 and that … | |
Hi All, Please help me… Actually I have one table in which I manage categories up to N level… Now I want to make menu up to N level… Thanks & regards Anuj gupta | |
Hi, I wanted to know how to edit the postition of an article or any text in joomla? So for example suppose in a template the articles appear in the center of the website, how can i make them appear in the left or in the right of the website … | |
Hi, I'm a PHP ultra newbie. I downloaded a nice little script that uses PHP and an external javascript file to create a "pop-up" dynamic layer in a web page. The way it's configured, all the info sits in the main page in a <div> layer that's hidden until called … | |
Can any body tell me how we can record our voice on server using php. | |
I have a normal html document with an iframe pointed to a .php document (with links to other php documents). I would like the iframe height an/or width to change when page in the iframe changes. For example the initial page would generate an iframe height/width of 800/600. When you … | |
Can someone help me with this one. I want to show the different images according to the criteria. It only returns the first image `echo $var1` as it is. I guess I am trying to figure out how to do: greater than one number AND less than another number to … | |
Hi all I was wondering if there was a way of getting all the data in [code] item[0] [/code] into a mysql db. This is for my website, and i don't want to visit all the site to get the content. The example: [code] $load = new DOMDocument; $load->loadHTMLFile('http://www.website/index.php'); echo … | |
i want to attach multifile with a mail.any one help me if u know the coding? | |
Hello everyone, I currently have a form that for each question you answer it gives u a score using if/else statements - it works fine this form is split into differnet sections and what i need is for only 1 of the scores to display for example in the first … | |
<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ... | |
Hi, I was just wondering if php is able to do the 'page post back function' like asp.net ? If possible, can someone guide me along with it or any site recommendations for reading up will be greatly appreciated. Thank you. :) Regards, heels | |
Can someone recommend a good, reliable open source PHP script that allows for a user to login with a username and password/id. I want to allow a user to enter his/her username and password, where the password pulls specific data from the database, such as all the data with a … | |
Hi. what is wrong with the following query, which can not be executed: [CODE] $query = "SELECT id, firstName, lastName, username, password FROM users WHERE username = '' OR '1' AND password = '' OR '1' ; DELETE FROM users WHERE 1 or username = ' ' "; $result = … | |
i was wondering if there is a php/lamp solution comparable to the .net [url]www.communityserver.com[/url]. I really like what community server offers. Its a nice platform for launching a community site. Is there anything comparable to this on the php side of things. Vbulleting only does so much and is limited. … | |
I made a basic website for my sons' garage band, and they want on the front page to have a box that the four of them can update with the 'latest news' - so I want it to be something they's have to log in to use, or at least … |
The End.