Hi expert,
I am trying to use Classic version of CalendarXP (www.calendarxp.net/). Its ok. But I am facing another problem.
You know Classic version of CalendarXP has three DropDownLists(fo...
I need a simple php script that will get the current date, add 10 days to it, and then print it out in the format:
Day (Ex. Tuesday), MM/DD/YYYY
This is relatively simple but I don't kno...
Hello, by default drupal CMS lists attachments, how to modify this behaviour. For example show a thumbnail of an image or an image iself in full. What place in which module should be coded?
I have to use the php-Tag in one of my Templates. But I also need a
Smarty-Variable in the tag.
How can I access the variable?
How can dynamically check or uncheck a check box using php, my code doesn't work:
Hi,
In PHP I want do call a function that returns that sets the root directory of the web page when for example including .php files or images.
For example I have this folder structure.
...
I am trying to load an xml file from a remote URL. The code below works just fine when I point to a local file. However when I use a remote file I get the following error. Is there some sor...
I want to achieve a mechanism in which there's a radio button with a textbox next to it. I want the radio button to be checked as soon as the user clicks on the textbox next to it to enter te...
Hi to everybody, i have a form that allow users to send attachments, i would like to limit the file type to PDF, DOC and TXT.
here is the code:
Hello,
Searching in experts-exhange answers I found the php part of the following code(and modify it a bit):
$tpath = "C:/AppServ/www/personal_website/03/resize/uploads";//thumbnails pa...
Hi. I'd like to pass a variable with/through a hyperlink to another page that will execute a mysql query using the passed variable. The variable is a result from a query executed. Page 1 w...
I am retrieving data from a database table then adding it to a textbox. The Textbox will hold the value of the data. The user should be able to update any of the textboxes then submit it back ...
Hi,
Anybody knows how to do something like this:
http://www.discountedscripts.com/demos/reverselookup/ ?
Thanx!
FlashT
Hey
My site has recently been hacked however it was no where near completion I had only tested it. There is not as much security on forms that there could be simply because I'm less experia...
Hi,
I'm currently using the attached code to display upcoming matches that have not yet taken place.
To do this I have set the time to to greater than now.. time > NOW()
This seems to w...
Hi ALL,
How to encrypt by php and decrypt by swf and then encrypt by swf and decrypt by php?
Please help
Hi everyone I hope you are all well.
Guys i have the following setup.
1 MySQL Table called: tooltip_ttp
------------------------------------------------------------
It has 3 fields,...
I am using this dreamweaver extenstion that converts php pages to pdf (http://www.fmwebschool.com/dw_pdf.php)
Every time I run this i get error:
Fatal error: Call to undefined method HTM...
Hi all
Very simple. Sorry for low points - but I've run out!
I have a php form that has two date entries (6 input fields).
I've managed to adjust the code to ensure that the arrival dat...
I need to get data for the last 60 days using mysql and php. using those data's i need to create a graph.
i have a form in the main page which pass the date to the calling page and use that...
I need a script that reads a file ignoring line breaks, then removes all line breaks found within double quotes, and then reads the file line by line.
Hi all,
I'm using DOMPDF... however I don't see any extension to encrypt my PDFs with a basic password. Is it possible to encrypt PDFs with a basic password using PHP?
I am trying to plot locations on to Google map. These locations are pulled from MysQL database like:
$result = mysql_query("SELECT * FROM albums WHERE uid='$session_uid'");
while ($albums ...
Does anyone know how I could decode the information out of the below bar code?
There's several PHP scripts for generating bar codes (see link below) but I cannot find anything that would le...
Is there an easy way to convert php4 files to php5. I have a site that i am trying to install on a new server and there are a lot of classes. Is there a software that can look through the fi...