Posts Tagged ‘code’
Add simple features to Avatar chat by Karnage
The Avatar Chat is written in HTML DOM, Ajax, PHP & MySQL. It is finished and working I would just like to see some extra features in it. [Read More]
[urgent] Fix javascript code by danielle22x
Hello! - Javascript code (about 25 lines), currently works on FF and IE. - A part of it does not work with Chrome, Safari and Opera [Read More]
updating a DB with nulls
Using ASP.NET (C#): This is a part of the Page_Load() method: CODE if (data.Read()) //if the user has already voted { sql = "UPDATE survey SET html='" + Request.Form; sql += "', css='" + Request.Form; sql += "', js='" + Request.Form; sql += "', xml='" + Request.Form; sql += [Read More]
Problem with Defalte | Content Encoding Error
Hello. I use PHP to Deflate all css in page and save it in disk using this code : CODE I don't have any problem now, but when i want to get this CSS and show to user i get "Content Encoding Error" This is my code: CODE When i open file with Firefox i see the CSS code for a [Read More]
How to limit RSS Feeds come in with SimpleXML?
Hello everyone, Might be this is a dumb question but I'm trying to use SimpleXML extension to get some RSS Feeds come in and displaying in a website, is there a way to limit the amount of RSS Feeds come in? [Read More]
Bizarre Phenomenon
Hey guys I've a strange issue. Seems that by moving some global variables around they get lost?! [Read More]
Email form problem
I created an email form and downloaded ArGoSoft Mail Server . I tested it using that, and although I received the email in outlook, everything was blank (no subject, body or name). [Read More]
Send Confirmation email only on successful transaction?
I am new to PHP but have completed a successful integration with a payment gateway for testing/learning purposes. What I want to now accomplish is for the script to send me a confirmation email only when there is a successful transaction. [Read More]
noob problem
hi i'm trying to get this code working and i'm very new to all of this; i have this code; <!-- var catalog = new Spry.Data.XMLDataSet("Rambod_catalog.xml", "FMPDSORESULT/ROW", {sortOnLoad: "price_range", sortOrderOnLoad: "descending"}); [Read More]
Image resize issue
I have a file resize function running for three separate sizes and run into trouble whenever I try to upload an image which is smaller than the specified THUMB_SIZE (width and/or height, for example 49px by 399px). Images move ok for BASKET_SIZE and IMG_SIZE, but do not [Read More]