Hello, In this forum a lot of threads related to other members of the DB2 family than DB2 for z/OS are posted. Please use the following forums: DB2 for z/OS (SAP internal: DB2): https://www.sdn.sap.com/irj/scn/forum?forumID=185 DB2 for iSeries (SAP internal: DB4): https://forums.sdn.sap.com/forum.jspa?forumID=186 DB2 for Linux/Unix/Windows (SAP internal: DB6): https://forums.sdn.sap.com/forum.jspa?forumID=187 Thanks,
foreach iterator
Hi GuysDoes the foreach loop have an inbuilt iterator ?
PHP & Java
Hello,can PHP code be used inside java code?Code: [Select]<SCRIPT LANGUAGE="JavaScript">OpenWindow.document.write("<?php echo NotWorking;
PHP5/Zend 2.0 - Resources
PHP5 Snapshots
Members Only
Hi all, for my website i have a members area only which on members can veiw, but at the moment anyone can veiw them pages. Is there any way in which i can stop them veiwing the page without
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:QuoteBlah blahBlah blahetcbut when i echo it out, there is no formatting left it comes out as:QuoteBlah blah Blah blah etcis there an easy way to stop this?
DELETE FROM not working deletes wrong row
HelloI have the following code which i found but it doesnt work properly.. it comes up with a list of the items in the database e.g.item 1 - deleteitem 2 - delete item 3 - deletebut when i
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The validation works a bit but I don't get the mail HTML:some Javascript...Code: [Select]<form
Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for everything but Sundays. What I am trying to do is display all dates within a specified date range that
Save file by click
Hello. I'm not understand how to save file from page. I'd like make link to file with save ability.<?phpchdir('upload/');foreach (glob("*.*") as $filename) { $uploadfile =
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know why it's not working?ThanksCode: <?php // Connects to your Database