Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > PHP [42 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
PHPBuilder regarding news limit  
08:48 13-Nov-08   [Replies: 0, Views: 7]    By: vividona
Dear friends, I made limit form my news, I used substr() function it is working very good but how can I control the limit from my cpanel I mean how can I identify the number of cha...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder PHP page and search  
05:48 13-Nov-08   [Replies: 1, Views: 142]    By: kb0000
Hi, I am using PHP for my sites. In my site whenever i link to any page i do it by using something like this http://domainname.com/index.php?page=pagename [http://domainname.com/index.php?page...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Shell Command in PHP  
05:21 13-Nov-08   [Replies: 9, Views: 97]    By: Unnamed
Hi, Pls tell me how to code this shell command in PHP ( echo "RGBA32 88 31 20 25 0 1" ; cat /var/www/vhosts/lankaclipstv.com/httpdocs/mylogo.rgba ) > /var/www/vhosts/lankacli...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Php for loop problem  
03:20 13-Nov-08   [Replies: 2, Views: 75]    By: Unnamed
Hello all, I havent been around here for awhile, but thought I would pop my head in. I'm running into a problem where I keep getting an unknown offset error in my code. Now I do a prin...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Using FOR function to cycle through arrays  
02:44 13-Nov-08   [Replies: 9, Views: 126]    By: Unnamed
Hello all, Long time reader, first time poster. I am getting several undefined offsets when I run my code here. I don't really understand why. Below is the code and the output from the print...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer functions and variables  
01:15 13-Nov-08   [Replies: 6, Views: 181]    By: moiseszaragoza
i have a function and i want to get like 10 variables out of it any ideas how i do that Thanks Here is my code i know is the wrong way of doing it Code: functi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer query question..how do i?  
23:44 12-Nov-08   [Replies: 3, Views: 126]    By: 72newbie
I have a small problem and I'm not sure how to proceed. In my database I have a a column (?) that has a set of variables that is relayed back in an array. they are numeric and vary f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Upload image given local machine address  
22:57 12-Nov-08   [Replies: 2, Views: 33]    By: Unnamed
Ok here's the thing, I'm working on a script that parses a csv file and inputs the information into the database. Thats all fine and good and works the way it is supposed to. The issue is that...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer RegExp not  
20:20 12-Nov-08   [Replies: 1, Views: 89]    By: Tabo
Hey, I've been having trouble with not statements in regular expressions, the following is used to auto phrase hyperlinks: "'((http(s?):\/\/)|(www\.))([\w\.]+)([-~\/\w+\.-?]+)'i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Password authentication and then redirect?  
19:51 12-Nov-08   [Replies: 1, Views: 46]    By: Unnamed
Hi All, I want a client to be able to use a password form (text field, password field, submit button) and then redirect them to a private page.I want the form on every page in the top right ha...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Images from database  
18:48 12-Nov-08   [Replies: 12, Views: 368]    By: dcs
Hi! i am trying to retrieve images from mySql database and all i get is a corrupted image page with only path of the url displayed. here is the image upload scripts test_upload....
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder [RESOLVED] Mutliple JOINS  
18:22 12-Nov-08   [Replies: 1, Views: 71]    By: dmacman1962
Hi all, I am trying to do multiple JOINS, but I keep getting 'not a unique table/alias: 'ballots' and I dont see why, Here is my query: Code: SELECT voters.VotersID, ballots....
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Internet Explorer caches videos  
16:54 12-Nov-08   [Replies: 3, Views: 61]    By: Unnamed
We developed a site similar to YouTube...however there is a problem. When a viewer selects a video then selects another video the player, plays previous video. The title and description are correc...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Echo date and time of most recent file  
16:45 12-Nov-08   [Replies: 2, Views: 69]    By: shawnmichaels
How can I have some code scan a directory and look for the newest folder and echo the date and time for the folder? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer editing html from a webpage  
16:44 12-Nov-08   [Replies: 1, Views: 56]    By: shawnmichaels
How can I have a php page that can edit the text of a file, and will have an option to save it? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Preg Match Email Address  
16:26 12-Nov-08   [Replies: 5, Views: 156]    By: Unnamed
Hi there, I was looking around on the PHP Manual for a preg match string that would validate an email address in a form, and came across this: PHP Code: If you need to check...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Fulltext Search (case insensitive)  
16:06 12-Nov-08   [Replies: 2, Views: 62]    By: 2005
Hello, Is there any method how to force fulltext search to return all records which contain "word" or "Word" or "wOrD" if I search for "word"? I can...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Waaay Basic? Need a push in the right direction.  
15:25 12-Nov-08   [Replies: 7, Views: 51]    By: Unnamed
Hello, Two simple things I want to work on as a project but I dont know where to start exactly. My host allows php, so all that is okay. I am specifically wondering about: One, I woul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer mail from function  
14:47 12-Nov-08   [Replies: 2, Views: 87]    By: moiseszaragoza
is there a rason that mail() does not work from inside afunction? Thanks ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer DimDim server  
14:33 12-Nov-08   [Replies: 0, Views: 36]    By: Unnamed
how i can i install dimdim server on my local network..... if anyone have idea about this please reply me thx. in advance. Amit.. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer max_user_connections page reload  
14:31 12-Nov-08   [Replies: 2, Views: 135]    By: peteyb
Hi All My host has given me a piddly amount of max_user_connections for my domain which is cuasing an issue, as I have a mysql connection script on my homepage. Does anyone know ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder php cURL not sending form fields with empty values  
14:06 12-Nov-08   [Replies: 1, Views: 130]    By: Unnamed
Thanks for the reply, I check both with cURL and in the browser and the problem is that php is not sending the fields for which I have set a empty value such as: Hi My problem is the follo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Standards compliant BBcode  
12:19 12-Nov-08   [Replies: 5, Views: 66]    By: Tabo
Hey, I am using regular expressions with preg_replace to turn bbcode into html, for instance: PHP Code: "'\[b\](.*?)\[/b\]'is" will find C...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Can robots.txt PREVENT bots from crawling PHP INCLUDE files?  
11:44 12-Nov-08   [Replies: 12, Views: 105]    By: Unnamed
Hello. I'm new to PHP. I use INCLUDE files to basically frame my page with static elements (like company slogan and contact information) which is identical on every page of my site. My c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Searching in a text file  
11:21 12-Nov-08   [Replies: 2, Views: 47]    By: Unnamed
Ok, I have a php file which insert in a txt file values entered by a user through some forms. What I need to do now is to perform a search through this text file and come up with every string that...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  3  4  5  6  7  [8]  9  10  11  12  13  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006