Ssanutokh Posted March 3, 2006 Share Posted March 3, 2006 The final outcome of my script is a PNG file.This means I have to output a content header.If I'm reading everything correctly, that means no cookies, no sessions, no file input.HOW do I get my variables passed to the PNG output script for use with imagestring()?I'm tearing my hair out - I've worked for literally two MONTHS on this script only to find out now that it looks like it's just not going to be able to be implemented in PHP.Help me, Oggie Ben Doggie, you're my only hope.-Carl Link to comment https://forums.phpfreaks.com/topic/3979-variable-passing-issue/ Share on other sites More sharing options...
apulmca2k4 Posted October 4, 2008 Share Posted October 4, 2008 Hello, This is a difficult task but I want to take this challenge.I can do this task.Apul[email protected] Link to comment https://forums.phpfreaks.com/topic/3979-variable-passing-issue/#findComment-656922 Share on other sites More sharing options...
redarrow Posted October 4, 2008 Share Posted October 4, 2008 apulmca2k4 can u kindly stop giving out ur email address so users bypass the forum and contact u directly.........There are strict rules useing this forum...........if u got a solution, then post it dont get users to contact u via ur email addresss....the whole idear off this forum is to help others and showing others the solution..........also if u want to charge users for using u, then add ur info to the freelance sectionoff this grate php forum.....php freaks is not here for u to encourge users to use u as the only programmer please be warned........ Link to comment https://forums.phpfreaks.com/topic/3979-variable-passing-issue/#findComment-656932 Share on other sites More sharing options...
papaface Posted October 4, 2008 Share Posted October 4, 2008 Use $_GET?[code]<img src="someimage.php?var=hello" />[/code]Its easy if that is all you want. Link to comment https://forums.phpfreaks.com/topic/3979-variable-passing-issue/#findComment-656937 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.