File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
Jan 1, 2007 9:28 pm
1754
Can any body please help me how to access same session variable across multiple domains. eg:- on site1 I am settind $_SESSION['UID']='XYZ' now on site 2 I want...
... In general you cannot - you have to rely on things like POST. What is the problem you think this is the solution to? -- PJH #713059 +(1255)- [X] ...
hi ... i have simple quesion in number value i want, for example user on form, in one textbox only can enter only number for example i have $_POST['num']. who...
Hi, Happy new year to everyone.... Try the following solution: <script language='javascript'> function checknum() { field = document.test.num.value regNum =...
Hello, You need to write your own session handler that overwrites the default session handler. You can store your session data in DB and that session DB should...
Aas Salamu Aalaikum All & Eid Mubarak to everyone. We are going to implement a 'web based programming contest control system' with PHP . Now we need to write...
Nice to hear that, u are interested to make a online judge. I think u are starting ur project with wrong concept. PHP will not the main part on OJ (online...
Assalam all, I need help about Direcy Socket Interface(DSI) which follow SSL protocol. if there any php related code and document pls give.... Saif. Software...
Hello, This is rakesh. I need testing account for dummy transaction. Is there any facility for developer to test dummy transaction on worldpay.com Please help....
... http://www.google.com/search?q=worldpay+php+test Strangely the first hit seems to describe how to test your setup. It even supplies a fake CC number for...
hi paul, I tried to create account,at the end of account creaete procedure there are options to pay to them for creating accounts. I need to pay setup fees for...
... Never used it myself, but I suspect they will charge for it. It's a service, and they'll be out to make a profit - either by setup fees, or as a percentage...
Hi You need to create a live account first. And the for testing environment just add <input type="hidden" name="testMode" value="100" /> field at the time of ...
hi, I have mailed to support department,it will take time to response. I m trying to get solution from google. What would be correct way to set Callback URL? ...
hi all, This is rakesh. I want to redirect page after payment done successfully. I have try to test demo for redirect to my page. I have setup following things...
Dear all, I'm trying to join 5 tables through this quary SELECT * FROM user_cv INNER JOIN cv_language ON cv_language.CV_Id = user_cv.CV_Id INNER JOIN...
... I have 2 (not necessarily exclusive) suggestions. 1) Don't try to join so many tables in one query - break it down into 4 different queries and join the...
Hello friends, i need some help from you that we know how can we extract contact's from Yahoo or Gmail. But how can we extract the address book contacts from...
Hello Vivek, You can do this by writing your own activeX control that must be installed on the client machine to extract contacts from outlook express. -- ...