1
vote
6answers
157 views
PHP Regex Difficulty
I am having difficulty doing regular expressions when there is whitespace and carriage returns in between the text.
For example in this case below, how can I get the regular expression to …
1
vote
2answers
512 views
is it possible to make “beep” sound in php like in gmail
for an IM script i am making,
i would like the computer to beep like in gmail everytime there is a new message.
is there a script in php or html to make the computer beep?
Thanks!
…
0
votes
0answers
44 views
How does Robotreplay work? Can it be coded in php/javascript?
Hi,
I'm looking to find out how robotreplay works. (Basically, it shows a movie of a visitor's mouse, and where he clicks when he enters a site)
I don't know much about ajax, and I'm learni …
1
vote
3answers
249 views
Simple SMTP email validation function for php? Also, is it worth it?
Does anybody have a good function for validating email addresses by SMTP in PHP?
Also, is it worth it? Will it slow down my server?
--> EDIT: I am referring to something like this:
…
0
votes
1answer
243 views
Simple Youtube Search PHP Script
Does anybody know any good simple youtube search scripts in php that I could use right off the bat? I don't want to use the Zend Framework (not installed), just the basic REST calls.
Thank …
0
votes
2answers
290 views
how to use dom php parser
Hi I'm new to dom parsing on php:
I have an html file that I'm trying to parse.
It has a bunch of div's like this:
<div id="interestingbox">
<div id="interestin …
1
vote
3answers
236 views
Simple ajax onclick question
Hi,
I'm having difficulty setting up a simple menu that displays results on a div box:
I have a list of 10 links which link to php files on my server that return data.
I would like …
0
votes
0answers
641 views
Basic JQgrid question - how do I get the examples to work?
Hi,
I'm trying to replicate the inline editing jqgrid examples given at
http://trirand.com/jqgrid/jqgrid.html
I h …
0
votes
3answers
93 views
Is there a dictionary api or something similar where I can find the definition of words in PHP?
Does anybody know of any? (I'd be using a php page to call the terms)
THANKS!
…
8
votes
23answers
639 views
My productivity is decreasing as the project becomes larger. How to increase productivity as size of project increases?
I initially started off with a small project, editing php files and such in notepad++. It used to be easy to think of a feature, and add it on as a separate file onto the project. As the project be …
0
votes
5answers
229 views
What is a good php class for POP and/or IMAP email?
Recommendations please (from experience ideally, but anything is useful).
Searching Google gives me too many choices, and I would like to know if there is a good one people use.
…
0
votes
5answers
922 views
How to get screen resolution of visitor in javascript and/or php?
I would like to know the screen resolution of a visitor visiting my page so I can properly make a jquery thickbox cover about 75% of their screen.
Solutions to the question or helping me so …
0
votes
2answers
329 views
php exec and shell_exec not working
I want to run an exe file on my server and return the output to the browser screen.
The exe file takes a input file and then returns data on the screen.
Why is this code not working?
…
0
votes
1answer
55 views
How to get E Text Editor to upload local copy of project files to server?
Hi,
I'm new to E Text Editor.
I have a project saved locally on my computer, that replicates a folder saved on my server. When I use my php IDE (PhpEd) and save a change to the locally save …
0
votes
4answers
660 views
How to echo xml file in php
How to print an xml file to the screen in php?
This is not working:
$curl = curl_init();
curl_setopt ($curl, CURLOPT_URL, 'http://rss.news.yahoo.com/rss/topstories') …
