Prob with web app calling console app
From:  sitepoint.com
Hi...I've got a web app where i am trying to call a console application and pass it a parameter...Its sitting on a windows server 2003 with iis 6...The web app is using forms authentication... I've tested the console app by calling it via the cmdline and passing the param..all works fine...but when i try to pass the param via the web app using diagnostics.process it doesn't work...The web app looks like it can start the console app as I can see it in the task manager but it doesn't do anythi... Read Full Story
Using PHP to create a PDF
From:  sitepoint.com
Hi, I want to create a gift voucher, and email it to a user. Is it possible to use a PDF as a template, in which I use PHP to insert a gift voucher code which can then be emailed to a user so they can print it out ? Has anybody tried anything like this using PHP ? If so, can you point me to some tips ? Thanks in advance. Read Full Story
popup image loading problem
From:  sitepoint.com
Hi , Pls solve it Javascript problem. I have a page called gallery.html in which we have photo albums.when u click on one of the photo albums opens up all images belongs to that album on same page ( javascript). when click on one of the images it has to open up in a popup ( including other images) which is happening but the probleem is that when u close popup and again click on same images popup is happening but images are not loading. what might be the problem ..pls solve it .......its ... Read Full Story
SELECT latest value from DB?
From:  sitepoint.com
Hey, I am trying to pull out some data from my database. The only issue is that the SELECT query i have is pulling out the old value. i do have a date_added field in my database but dont know the SQL to pull out the latest one.. I am using the following:- PHP Code: In my database i have the following data:- Quote: company past_present date_added Vinny, Past, 2009-11-16 10:20:42 Express Gifts Ltd, Present, 2009-11-20 00:35:36 Now i want to get "Express Gifts Ltd&qu... Read Full Story
SELECT latest value from DB?
From:  sitepoint.com
Hey, I am trying to pull out some data from my database. The only issue is that the SELECT query i have is pulling out the old value. i do have a date_added field in my database but dont know the SQL to pull out the latest one.. I am using the following:- PHP Code: In my database i have the following data:- Quote: company past_present date_added Vinny, Past, 2009-11-16 10:20:42 Express Gifts Ltd, Present, 2009-11-20 00:35:36 Now i want to get "Express Gifts Ltd&qu... Read Full Story
Change link color when hover over image
From:  sitepoint.com
I can't figure out how to change the link color when I hover over the image in the menu. The color of the link does change when I hover over the link-text, but not when I hover over the image. How can I also change the color of the link when I hover over the image? Here's the code: CSS Code: td#submenu { width:251px; height:39px; background-image:url(../_images/submenu.png); background-repeat:no-repeat; padding-left:16px; }   td#submenu:hover { width:251px; hei... Read Full Story
Change link color when hover over image
From:  sitepoint.com
I can't figure out how to change the link color when I hover over the image in the menu. The color of the link does change when I hover over the link-text, but not when I hover over the image. How can I also change the color of the link when I hover over the image? Here's the code: CSS Code: td#submenu { width:251px; height:39px; background-image:url(../_images/submenu.png); background-repeat:no-repeat; padding-left:16px; }   td#submenu:hover { width:251px; hei... Read Full Story
using access key with a href
From:  sitepoint.com
i tried it but doesnot work with access key <a href="http://www.yahoo.com" accesskey="y"> <strong>Y</strong>ahoo</a> it works with click is there any way access key can be used with a href Read Full Story
looking for simple delete record from db
From:  sitepoint.com
looking for a simple script that you login with email addy and shows your record then press button to delete record cheers Doug Read Full Story
My attempt to MVC
From:  sitepoint.com
Im trying to get a hold of the whole MVC concept. This is my coding so far. Am i at the right track? What do i need to change and what is good with my coding? Thanx in advance, Crille Structure of the folders and files Code: index.php Code: guestbookController.php Code: guestbookModell.php Code: view.tpl Code: post.tpl Code: Read Full Story