39,316 Topics

Member Avatar for
Member Avatar for genieuk

Hi, I wonder if someone can advise. My website has been working great ever since i first launched it. I made a script months ago to notify me of errors like 404, 500 etc and so on and it works perfectly. Two days ago someone accessed my website and they …

Member Avatar for genieuk
0
121
Member Avatar for marinkapell1

Under what circumstances would you look to exclude pages from search engines using robots.txt vs meta robots tag?

Member Avatar for diafol
0
85
Member Avatar for nathanpacker

Very simple code, I even echo the variables to make sure they are comming through: [PHP]<? include 'config.php'; $recordid = $_POST['recordid']; $im=$_POST['im']; $bm=$_POST['bm']; $peachtree=$_POST['peachtree']; $canapprove=$_POST['canapprove']; $cancomment=$_POST['cancomment']; $canclose=$_POST['canclose']; $administrator=$_POST['administrator']; echo $im; echo $bm; echo $peachtree; echo $canapprove; echo $cancommnet; echo $canclose; echo $administrator; echo "<p>"; $result = mysql_query("UPDATE employees SET im='$im', …

Member Avatar for vimalsaifudin
0
3K
Member Avatar for nathan2oo3

Hi folks, having a bit of bother trying to post my values to another page using radio buttons. I have an exisiting form that I wanted to add the below code to. The form currently posts comments however I want it to post ratings of DVD's on the site. The …

Member Avatar for as.bhanuprakash
0
99
Member Avatar for Exploded Fiber

I have a string- 3,3,2,2,3,3,3,2,3 - Is it possible to explode it by length, such as: 1-> [3,3,2] 2-> [2,3,3] 3-> [3,2,3]

Member Avatar for Exploded Fiber
0
86
Member Avatar for niths
Member Avatar for sgpapartments

Dear all, I want to debug PHP script easily like VB IDE. Is there any free PHP editor to which I can use ? Thanks.

Member Avatar for samarudge
0
66
Member Avatar for arunajasmine

Hi, i am using the Plugin Content Bookmarker downloaded from [url]http://dev.aarthikaindia.com/downloads/[/url] ... ugins.html for my site. Some of the Articles are able to Bookmark like if i click on the Bookmark (twitter) , it directly bookmarks in Twitter with Some description of the Article where some of the Articles are …

0
92
Member Avatar for Pooja J.

Hello to all, I want to know the difference between SQL and MySQL. Also, please post links if anyone have links related to this question.

Member Avatar for prem2
-1
53
Member Avatar for bradolive

Hi, I have a PHP application that stores sales transactions into database tables, etc - and we have decided to use this as an online service - which makes it great for the client. They aren't computer literate and their computers mysteriously die and disappear. Having off-site data and no …

Member Avatar for bradolive
0
188
Member Avatar for okahontas

Hi php masters.. i manage to use an ajax combobox to shows bus fares and destination on my site and it works great in xampp.. problem start when i tried to upload the site to my host server (linux).. the combobox contains 4 .php scripts and 1 .js script there …

0
95
Member Avatar for rukshilag

Hi - here is my code - it is for searching what i have done as u can see is - for every results the CP_ID is hyperlinked and opens up to the edit page. but no value gets passed. what i want is when a search result appears i …

Member Avatar for urtrivedi
0
178
Member Avatar for DealthRune

Okay, so I'm making a RPG PHP text-based game. I have admins, but I' having trouble with coming up with new admin tools that will be available. I'm asking the gamers part of Daniweb to help me come up with new admin tools that will be useful and effective. I'm …

0
72
Member Avatar for logonchristy
Member Avatar for SMHouston

Ok, so here is my problem. I'm making a telephone registry that lets a user add information such as first/last name, address, zipcode, state, and telephone number. Then they save the contact. Which seems to be where my problem is. The contact is saved and their information is posted. A …

Member Avatar for SMHouston
0
160
Member Avatar for deepak@d

Hi I am a newbie in PHP.I need to dynamically create check box based on the value in the combobox.Is AJAX the only solution?How do i get the value of check box?Thanks in advance.Pls help me out.

Member Avatar for diafol
0
239
Member Avatar for Jooks

hi there do you know if it is possible to select data from a comma separated file? i need only name and message from this and show it in plain html or css number$sex$state$name$surname$zip$street$city$e-mail$ip$message$ there are many lines in the csv

Member Avatar for Jooks
0
106
Member Avatar for michelleradu

Hi all I'm trying to built a function which will check if a given url and linktext exists on another given webpage. This is what I've done so far using regular expressions: [CODE] function islinking($linkurl,$linktext,$clienturl) { $curl = curl_init($linkurl); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $file = curl_exec($curl); curl_close($curl); $s=0; …

Member Avatar for michelleradu
0
105
Member Avatar for scorpio222

Hello everyone. I have a php webpage, where there are textforms, dropdown lists and stuff. There is Activity field in the database. Whatever activities that i do on the webpage, like modifying the text in the textbox, or changing a value for a dropdown list, these need to be automatically …

0
73
Member Avatar for joshisumitnet

My Dear Friends, Can anybody tell me how to use Web Services using PHP? I want to do following things in my website: 1. I want to use RSS feed in my website. 2. Want to display latest news from other sites who are providing this facility. 3. Want to …

0
105
Member Avatar for egoleo

I have checkboxes with an amount as values. Can someone help on how to fine the total of checkbox values and sent to an email using php?

Member Avatar for joshisumitnet
0
4K
Member Avatar for logonchristy

mysql trigger if new row inserted into that tabe... php need to popup that values in php... can u please advise me...

0
84
Member Avatar for niths

i am new to php. can any one give some idea to do this. i am having some users in the backend like superadmin,admin, user. now the thing is that whenever i login as a superadmin i could see everyone profile. Already i am logging in as a super admin …

Member Avatar for webexpertzhere
0
88
Member Avatar for JasonAChurchill

I am receiving the following error message on my home page: Parse error: syntax error, unexpected T_VARIABLE in /home/prospec7/public_html/index.php on line 1 And the following code -- I apologize for it being tough to read, but I am a complete novice and this is how it shows up in my …

Member Avatar for webexpertzhere
0
160
Member Avatar for weeldiin

hi, i was designing comment page on php the when i press post button it shows fatal error: like this Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in C:\Program Files\VertrigoServ\www\pro\post.php on line 1 please help thanks.

Member Avatar for basantxbs
0
69
Member Avatar for agorom

we have a windows server we are working on a new website. so far what i want is: the url looks like: [url]www.example.com/name/name/?lang=english[/url] how can it be rewritten to: [url]www.example.com/en/name/name/[/url] is there a way it might not be possible to do?

Member Avatar for pritaeas
0
69
Member Avatar for sam023

is there any to export data from mysql to excelsheet through PHP.. Thanks in advance..!! :D

Member Avatar for prem2
0
101
Member Avatar for sarithak

HI frnds, I have some doubts regarding php and javascript, 1) can we disable browsers save password option? give some explantion plz..... i read some articles on net, but having different answers having diff websites. so, i need to clarity abt this. 2) Can we run two DB's @ same …

0
62
Member Avatar for assaf

Hi I'm trying to create tag pages based on one php page that will be re-written to the tag/[tag].html I'm not a programmer so my question is pretty basic. What I have done until now is to create the tagdetail.php and a call to the tag pages that have this …

0
82
Member Avatar for cloud09

I need a script that takes cropped image coordinates and dimensions from javascript cropper and crops the image. I know about the copyimage function, and have tried unsuccessfully to implement it. If anyone has tutorial that lays out how to use it or has a script that crop and saves …

Member Avatar for cwarn23
0
115

The End.