the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
how to use two buttons with php
hi i have one form. there are three fields which are to be filled by the user. and then there are tw
Not Loading Function Into Div
I'm not sure whether to put this under the php forum or ajax forum but because I tink it's more of a
Create or replace package is ending ORA-21700
Database 9.2.0., patch 8 (9.2.0.8.0).
I trying run
create or replace package ....etc.
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?
progress bar...need expert opinion of experienced webmaster
Hey guys, quick question:
I want to display a progress bar when I upload files, but I am not
Not loading image
When this function gets loaded it doesn't load the image just trying to figure out why.
Code:
Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
Write a multithreaded Java, Pt