39,393 Topics

Member Avatar for
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
106
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
74
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
85
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
89
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
161
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
70
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
70
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
104
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
63
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
84
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
121
Member Avatar for sanchow

Hello, I want to use R to perform real-time statistical analysis on the web and return results/images on the website. The webmaster is not ready to install R on the web server. Is there a way to run R on a remote linux cluster and POST results from the remote …

0
78
Member Avatar for ryan1987

after my form has been submitted I want it to remember the option that has been chosen from the drop down list. I now you use SELECTED but not sure how to get it into my code. this is how my dropdown list is built: [code] while ($row=mysql_fetch_array($result)) { $name=$row["name"]; …

Member Avatar for daryll1
0
115
Member Avatar for emazara

hi everyone! i glad if you can help me to solve this problem. now, i developing student industrial training system. but there is problem with display box where I would like to display more 10 records student from database and will choose a lecturer to monitor a few students when …

0
43
Member Avatar for ErlendHL

Hey! I am making a chat program. This is the syntax of the messages: [time-stamp:millisecons]Name:message For example [12846842643]Bob:Hello[12846842650]Bob2:Hey! Whats up? To check if there are any new messages, I will compare every timestamp with the timestamp on last received message, which is a variable defined in the clients side (at …

Member Avatar for diafol
0
145
Member Avatar for stangn99

Hi guys, I've put together a little app which users can use to book off days. I have a button made which reads [B]"Book of this day for every week of the year". [/B] Basically what I want it to do is: 1. User clicks the check box [exists already] …

Member Avatar for diafol
0
99
Member Avatar for Phil++

Just to clear something up really. You cannot decrypt MD5 through code can you? e.g. If I encrypted a whole document in MD5 it would be pretty hard decrypting it where as if I used MD5 for a password I could by changing the string that I was checking it …

Member Avatar for diafol
0
90
Member Avatar for Tekkno

I have a script that generates random data into an array then uses a while loop to display the data. I have a separate script that takes a row from that array and inserts it into a MySQL database. The problem I am having, is that every time the page …

Member Avatar for Tekkno
0
117
Member Avatar for lll_ari_lll

hello friends, i am a newbie in php.. doing project for my college. doing it with a lot of help with this site n some others but stuck in the login page, it seems either there is some problem in databse connection or session registration.. when i put username n …

Member Avatar for lll_ari_lll
0
121
Member Avatar for whiteyoh

Hi All, Im busy trying to get my head around SOAP. During the last couple of days ive been looking through a number of tutorials. The following one seems quite good, but i can get any of the examples to display anything at all [url]http://devzone.zend.com/article/689[/url] Can anybody give any help?

Member Avatar for whiteyoh
0
76
Member Avatar for diafol

Hi all. Am messing about with an ajax form at present which loops through records in a DB. This is my issue: I have a reset image link in my form (called "file_edit") which calls a 'confirm reset': [CODE]function reset() { if (confirm("Reset? You'll lose any changes!")) { document.file_edit.reset(); } …

Member Avatar for liamfriel
0
132
Member Avatar for niths

hi am new to php. what my query is i am doing login page. whenever i login as some person, except that person details i should see every other persons details. <?php ob_start(); ?> <html> <body> <form action="login.php" method="post"> <div> <table width="100%"> <tr> <td><img src="Logofinalcopy.gif"></td> </tr> <tr> <td bgcolor="aqua"><h2>Login</h2></td> </tr></table> …

Member Avatar for cwarn23
0
59
Member Avatar for niths

hi i am new to php. i am getting the following error. ------Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\login\login.php:23)----------- <html> <body> <form action="login.php" method="post"> <div> <table width="100%"> <tr> <td><img src="Logofinalcopy.gif"></td> </tr> <tr> <td bgcolor="aqua"><h2>Login</h2></td> </tr></table> <table align="right" style="width:40%"> <br> <tr> <td>username:</td> <td><input …

Member Avatar for niths
0
120
Member Avatar for virspy

Hello Friends, I want to send emails daily 3 times,6 times a day automatically with my PHP code. the people who r registered for them only. i require help in sheduled mail code. iam not getting any idea on how to send scheduled mails. r provide any links related to …

Member Avatar for as.bhanuprakash
0
2K
Member Avatar for sanjaypandit

i am working on clone of [url]http://www.platinumdirectfinanceaustralia.com.au/[/url] but still i am not able to find any module as they are used in right side "Instant Car Finance Quote Online Quote in 30 seconds". it was used extjs , but how can i store these form value.

0
69
Member Avatar for kuteinheart

Hey ppl, I have a couple of php codes for displaying the list box, depending on the selection from the first list box... I am trying to diplay all the list box on the same page using AJAX The problem is, My first , second & the third list box …

Member Avatar for as.bhanuprakash
0
118
Member Avatar for MehdiAnis

I have a WinXP Developer machine with Eclipse and workplace for all my PHP projects. I also have my UbuntuLAMP server in LAN. I want to create/edit php/hetml files on my Development machine, then publish the files to UbuntuLAN server. How? More over is there an automated way to:- 1. …

Member Avatar for MehdiAnis
0
610
Member Avatar for kumiyare

Hi every body!, I am new to PHP and I'm developing a basic PHP CMS, now specially I'm developing the database backup & restore section of the CMS, so I've experienced one problem. I want that CMS users able to upload their database back ups to restore, they will use …

Member Avatar for kumiyare
0
98

The End.