Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-27-2012, 06:19 PM   PM User | #16
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,493
Thanks: 44
Thanked 438 Times in 427 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by Fou-Lu View Post
No, that's okay, its pulling the directory off of the __FILE__.
What was I thinking? I am truly loosing the plot. It was right there in front of me yet I didn't see the dirname() function being used?

I think I'm going to stop posting for a while until I'm sure I'm back to normal..
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Old 12-28-2012, 09:16 AM   PM User | #17
rajdeep01
New Coder

 
Join Date: Dec 2012
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
rajdeep01 can only hope to improve
<?xml version="1.0" encoding="utf-8"?>
<root>
<product>
<productName>Name</productName>
<productCode>someCode</productCode>
<productDescription>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</productDescription>
<productSort>someSort</productSort>
<productCategory>someCategory</productCategory>
<productUrl>http://www.someMerchantUrl.com/someFolderOrCategory/someProduct</productUrl>
<productImageUrl01>http://www.someMerchantUrl.com/imageOne.jpg</productImageUrl01>
<productImageUrl02>http://www.someMerchantUrl.com/imageTwo.jpg</productImageUrl02>
<productImageUrl03>http://www.someMerchantUrl.com/imageThree.jpg</productImageUrl03>
<productPrice>£26.50</productPrice>
<productPriceSale></productPriceSale>
<deliveryCost>$5.00</deliveryCost>
<deliveryMethod>courier</deliveryMethod>
<availability>In Stock</availability>
<purchaseAgreement>http://www.someMerchantUrl.com/terms-and-conditions.html</purchaseAgreement>
<mainColour>blue</mainColour>
<secondaryColour>black</secondaryColour>
<keyword01>keywordOne</keyword01>
<keyword02>keywordTwo</keyword02>
<keyword03>keywordthree</keyword03>
</product>
</root>
rajdeep01 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:47 AM.


Advertisement
Log in to turn off these ads.