Hi all, im bettling with creating a PHP login page, if i use re-direct from a login page all the session variables will be cleared.
Is there a better way to do this.
<code>
$_SESSION["myusername"] =$username;
$_SESSION["credit"] =$credit;
$_SESSION["companyid"] =$cid;
//echo "success"...
1. i would like to select all records and where customers have more than 1 Address return the Address with the Address Type = ‘Postal’.
Can anyone please help with the above question.
CREATE TABLE `bulksms`.`tblContact` (
`ipkContact` INT NOT NULL ,
`ifkContactType` varchar(10) ,
`FirstName`...
Can anyone please help with a function that will accept a string as a parameter and will replace all occurrences of the “’” (apostrophe\single quote) character with the valid SQL equivalent i.e. escape the single quote to be used in a SQL statement. And then return the correctly formatted...
Good day all,
does anyone know what im doing wrong here, i have a page, and on that i would like to submit a button and check if the button has been submited, on the same page, i dont want to navigate to another page on submit. here is the code.
Regards
<?php
echo "here...
Hi all,
Does anyone know of a good webpage with turials on how to sellect data from mysql and display on a page using jquery and php.
I want to fetch and display every 30sec without page refresh.
Thanks so much
Regards
Hi all, Does anyone know what might be causing this error message when i try to send a SOAP Request.
com.sun.xml.messaging.saaj.soap.MessageImpl identifyContentType
SEVERE: SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message...
How do i send a Soap request like the below in Java.
Links to SOAP for newbies will be much appreciated as well.
Regards
POST /Quotation HTTP/1.0
Host: www.xyz.org
Content-Type: text/xml; charset=utf-8
Content-Length: nnn
<?xml version="1.0"?>
<SOAP-ENV:Envelope...
given the following XML doucument, how do i get the value of AckRes using Java,
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> \n"+
" <AAA> \n" +
" <Acknowledge type=\"ReqAck\"> \n"+
" <AuthReqRef>88888</AuthReqRef> \n"+...
hi all, im trying to register a ocx control tabctl32 on a windows 7 machines to run vb6.
if i run this command regsvr32 command, it finishes succesfully but if i go on a tab its still returnig the error message that the control is missing. im running as an administrator.
is there anything else i...
i would like to write an Outlook 2010 form. i have added custom controls(ctr1, ctr2) on the form, and have written a macro to read the values. i wld like to append the custom controls values to the message body;
message = message & ctr1 & ctr2. and have added this to the onsend event of the...
I have a PST file that serves as my default data file for mail in Outllok
2007/2010. When I connect to through my company's Exchange Server, all of my mail,
etc., is transferred to my personal PST file. A bad side effect thous is that all my Outlook calendar items are not visible on the...
Hi ALL
In asp.net how do i program code for next, previous arrows for SQL Server. I have done it with MYSQL before and its easier beacuse of the limit function in MySQL. does anyone know how im suppose to do it for SQL SErver.
Thanks you
Hi all,
How do i supress a section using code in crystal reports.
I need to add a page aftre a section but i would like to supress some sections as well on the page break, eg details sectiona and the header section, i dont want them to appear on the page break.
i hope my question is clear
thanks
Hi all, im using asp to load crystal reports,using this code to call the report
Session("oClientDoc").Open ReportPath. it works fine on all reports but one. its taking to long to load this report about 30 seconds.
i put a response.end after this line and it takes 30 seconds to get to...
Im tring to use the fileupload control in vb.net 2008. Unfortunately when i upload something the code always indicate there is nothing. this is how im doing it
txtAttachment.SaveAs(Server.MapPath(".\") & txtAttachment.FileName)
or
txtAttachment.PostedFile.SaveAs(Server.MapPath(".\") &...
i have a problem with a dropdown box in Ver3.5. My dropdown is replacing all values with the last record to be read from the datareader. if theere are 5 records, all the values will be the last one to be read. does anyone see what im doing wrong here. here is the code
Dim cboItem As New...
how do i return the value for a response in webservices, if i post a request through php's curl i get a value of 1 as response say
curl_setopt($curl, CURLOPT_POSTFIELDS, post_body);
curl_setopt($curl, CURLOPT_TIMEOUT, 30); $xmlResponse = curl_exec($curl)
echo...
I would like to create a news article following instructions from this blog http://faraz-khan.blogspot.com/2008/10/moss-creating-custom-news-page-layouts.html
but my problem is i cant find parent type "Article Page" on the gallary. In other words it doesnt display ie under Site Content Types...
Hi All
Intranet- I would like to change the default image, say for Documents. Under Documents i have diferent groups, like CEO's Desk, IT Corner etc, what i would like to do is assign an image for each and every sub-document group. eg CEO's Desk grouping must have its own image, IT group must...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.