39,392 Topics
![]() | |
hey guys m tryin to make a log out page in my website but when the user clicks on the logout page the history does not get deleted. this means the user can still go back to the previous page. Please help | |
So I'm using this script to upload a .htm file, the only problem is after I upload the file the extension is gone and doesn't display as a web page. If I go into the folder and rename the file to vsquarel.htm the file displays as a web page again. … | |
Hi, hopefully this is an easy one for somone.. i've been pulling my hair out though.. I am creating an array of values which needs to be then passed to a function. Everything works when I create it like this: [CODE]$myarray = array('value1'=>2,'value1'=>1,'value1'=>2,'value1'=>1);[/CODE] However as i don't know how many … | |
Hello all, I am all set to launch a website on which i have been working from months but now am afraid how safe it might be once it gets attention of hackers . As most of the code in website is in PHP,html,mysql i am posting this in this … | |
Hey all i'm fairly new to php and need some help with this code. I'm not recieving any errors but it wont work. what i'm trying to do is up load a picture from a form. i want to copy the picture into a folder named "images" then keep all … | |
Hi all I need a php resizer code .please help me as soon as possible. thanks. | |
I wasn't sure if this should be in the MySQL or PHP forum. I have a database to enter student info for a school (it's a detention list - I'm the VP) I have a form to update records in a database as each student is assigned detention. It only … | |
hello, can anybody help me in making a php script which will check my backlinks on other sites and return true if it exists and return false if it does not exist. thanks. | |
HI, I am a computing student looking at how web developers create their web sites. It has no commercial basis. Can you please take this very short survey concerning your way of developing web sites. It is aimed at both newbie and experienced web developers and there are no 'correct' … | |
Hi, I have a folder on my server protected by Apache Basic Authentication, and a third party script in another folder that uses the same username and password for access. I would like to be able to click on a link or button on a page in the protected folder … | |
Hello Friends, Plz Help Me regarding this. excel_files is the folder in which excel files r placed every time iam unlinking(deleting excel files) after uploading to database and iam retrieving excel files from mail so if any body send same excel sheet to mail it will download to folder excel_files … | |
Hello Every body i have 6 yrs. of experience in designing but now i want to switch myself to developer. I have some questions and confusion in mind : Which one is long term PHP or .net (which will be good for my career) How to start ? Pls. i … | |
Hi i have a php script that retrieves all data from one database to be transferred to another database. The problem is that the database I am retrieving has 2,778 total rows and after i run my script the new database has 2,658 total rows. Whats going on? Here is … | |
Hi, Ho do i find out which month has how many days with PHP? Ok July is 31 days but, how can i calculate it? Thanks | |
hello, can someone help on creating a script having 2 validation one for admin and another for the user. thanks | |
Hi everyone, Does anybody know, how to do the flash player............... | |
I'm not entirely sure if this is actually possible. Haven't found anything yet. What I'd like to do is have a page that lists numerous articles. Then when you click on the "Read more..." link I want to go through to a template page that would pull all the info … | |
First: I'm somewhat of a newbie to php. Just a forewarning. I've been playing around with this code for about 4 hours. It's almost 2 AM now, and I'm finally deciding to throw in the towel. That, and I have to work tomorrow and I'll sit here trying to figure … | |
I am using phpMyAdmin and as I delete a row, it stuffs up the auto increment once I insert a new row. Example: Delete - 21 Insert - 22 (should be 21) Thanks, Regards X | |
hello i want php and joomla projects.i need information about how to get the projects. please email to me [email]young.india@ymail.com[/email] and my skype id is young.india | |
This might be a bit off-topic, but I've got a site with GoDaddy and when I'm working on PHP changes and try to upload pages on a constant basis, I keep getting timed out and it's basically impossible to get anything done. Anyone else have this issue - with GoDaddy … | |
hi when i click the previous page button it was gng to logout page the sesion was not destroying when iwas using this code please help me [CODE]<?php session_start(); session_unset($_SESSION['uname']); session_destroy(); header ("Location: login.php"); ?>[/CODE] | |
Hi All, Can anyone please tell me how can i get the socket.dll for writing socket programming in php. Thanks | |
:S Hi, I am terribly stuck with this code. It is suposed to upload my images to the mysql database with the foreign key(property_id). At first it worked, then later started giving serious errors where the web page could not load. I am lost. Can any one help me, solve … | |
Good day I want to write multiple response to my email, I get line 7 Please can anyone help please; My code [code]<?php $to = "info@apps4u.co.za"; $subject = "Contact Us"; $email = $_REQUEST['email'] ; $q1 = "Feed back text:\n"; [COLOR="Red"]$q1 .= "$_REQUEST['text']\n" ;[/COLOR] $q2 = "Who sent you:"; $q2 .= … | |
![]() | Do you need to validate a textarea against XSS injections? I have a textarea on a reg form and have tried entering data wrapped in h1 tags for a test, but when I look at the output in the admin area, the textarea displays <h1>test words</h1> I would have expected … |
Hi there and Good day to all, I'm currently working a project. It's a custom made CMS for my website project. Currently i'm experiencing a hard time solving my problem since i'm a beginner. And so, help from you guys will be great smile for me :D Anyway here's my … | |
hi, i m having problems displaying values in a tree menu from the database. I ll try explaining wat i did so that that ll help to solve my problem. I have two tables in the database one with name 'addcourse' and the other with the name 'subcourse'. what i … ![]() | |
Hi frnds.. i want to daisplay values in listbox from database table regarding selected item in first listbox? here i copied the code...in this i got values of first listbox frm db table..after i want 2nd listbox values from db table of 1st selected item.. plz help ma asap... i … ![]() | |
I would like to search a multidimensional associative array for a specific Link value, then return a subset of all of the arrays that contain the same Category of the Link value passed to it. How can array_search find the Link? Once I find the right Link value, how can … |
The End.