first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
Multiple PHP errors when clicking a link..and..removing a ghost..
Hi - I have 2 problems with a new website - homeswapvacations.com, which I need help solving.
Database connection failure
Hello All,
I am trying to create new connection to Oracle DB 10.1,
I could not see a
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
Giving the below syntax error
Dear Experts,
I have used 2 buttons in gui status as display and cjhange.When the user wi
Custom array sort? asc then desc
Any ideas how I could sort this array? I've been trying for a while. Maybe with usort, but I have no
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas