sapgui f4 help last search
I know this has to be simople. One user (maybe more) does not have the "last search saved" from the
fwrite error
Hi All,
Does anyone know what is causing the error in this code?
Code: <?
$error
Header is not working in IE
Hi ! header function is not working in IE but it works in FF, Safari, Chrome. any help please. :
Taylor Series Function
So I am working a a project for my intro C++ class, and I am having some trouble with a function for
Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Insert to MySQL inside foreach
Hey.
I am parsing some html, and putting inside an html db.
I need to create a randomized inte
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR