simple ping code
been searchin the site/web and found code thats simple but doesnt work.
I have a personal we
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
gettext translates ALWAYS?
I'm using gettext with the new version of XAMPP (5.3.0) on Windows Seven RTM (build 7600)
gettext
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
opening a window with after form submission
I know this this forum has nothing to do with JS, but i'm trying to use it with my php script.
<
Delete HTML file after loading
I have limited experience with php and its been a year or two since I've last used it. I have a sma
Storing the referrer in session... problems with tabs
Hello All
I am currently working on an ERP project based on the MVC methodology, when a user
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel