39,326 Topics

Member Avatar for
Member Avatar for cee_karthi

I need to get the source code of webpage which is embeded with AJAX i.e. The web page is designed using PHP but the contents frame is designed using AJAX and the PHP pages is made to embed with this content page so we cant able to get the HTML …

Member Avatar for Fest3er
0
79
Member Avatar for sarithak

Hi frnds... Here i am going to display albums in a table...But, all albums is display in only one row.Its looking not good in my page...So,i want to display in 2 or 3 rows..plz change this code as my requirement.. .[CODE] <table width="142" height="188" border="0" align="center"> <tr align="center"> <?php $gquery="SELECT …

Member Avatar for sarithak
0
113
Member Avatar for ayesha789

Passsword Strength Checker [CODE=php]<?php function testPassword($password) { if ( strlen( $password ) == 0 ) { return 1; } $strength = 0; /*** get the length of the password ***/ $length = strlen($password); /*** check if password is not all lower case ***/ if(strtolower($password) != $password) { $strength += 1; …

Member Avatar for ayesha789
0
250
Member Avatar for OmniX

I would like to make a button that will save the current webpage you are viewing like clicking FILE>SAVE AS in IE, FF, etc. Once clicked you can "precode" the default name of the file based on the variables used in the webpage. Also I if possible I would like …

Member Avatar for digital-ether
0
507
Member Avatar for mustafaneguib

hey all i need some help in redirecting my page. following is my code. here is the scenario: when the user enters the admin panel from another website set up on a different host/server (a cms actually) the user is redirected to this page and the data from the main …

Member Avatar for digital-ether
0
166
Member Avatar for uesuva

I'm having issues as well; I have a database jokes with a couple rows already and am trying to insert another row (the ID is auto incrementing). This is what I have, as you can see I'm trying to insert a value from a form. Here's the form [code] <FORM …

Member Avatar for uesuva
0
91
Member Avatar for shadiadiph

I am having problems with a data entry issue i have a field in my database which is called headline it is set to varchar 255 when i insert for example something with for eample. [code] The 'dogs' are very big. [/code] the code is sent by normal $headline=$_POST["headline"]; then …

Member Avatar for uesuva
0
287
Member Avatar for erms

Hi, I am having trouble replacing this pattern. Could someone help please? FROM: (URL="http://google.com") google website (/URL) The sign () is actually [] but vbulletin is changing it to a link, so made a () sign instead. TO: <a target="_blank" href="http://google.com"> google website </a> Thanks :)

Member Avatar for erms
0
67
Member Avatar for manizzi

Hey guys, am learning php/mysql and am trying to learn how to do the following. I have a database, and a form with 3 fields. I want fields 2 and 3 to be filled with data from mysql table immeadiately after field 1 receives a value. I think I am …

Member Avatar for manizzi
0
84
Member Avatar for nigelburrell

Whenever I echo or print a string containing an email address to my webpage the HTML code automatically parses the text and shows it as a "mailto" link. If I use... echo "Hello"; it prints Hello as expected on the webpage. If I use... echo "hello@whatever.com"; it now appears as …

Member Avatar for almostbob
0
192
Member Avatar for Stefano Mtangoo

I want to make simple Bible web that will be querying from database. It is boggling my Mind how to populate the database. The Bible have the following division Bible have 66 books Each book have chapters and Each chapter have verses Please help me, I have stucked

Member Avatar for chrishea
0
71
Member Avatar for kingben

Hi All... Any way to auto-increment the last inserted numerical value in the field "id" and then insert the newer value (id+1) in the database upon submitting the form ??? ...... How do i resolve that last submitted "id" ?? ..... I thought of doing that using a txt file …

Member Avatar for kingben
0
98
Member Avatar for webish

Hi everybody, Webish is glad to join you here at Daniweb. I'm an IT entusiast and I believe it's gonna be a:) worthwhile experience in here.

Member Avatar for kvprajapati
0
116
Member Avatar for Daniello555

Hey guys. I'm having a hard time here figuring out how to subtract two values from the same row in one query. Here's what I'm trying to do. [ICODE] $newcredits = $points_me->points - $_POST['amount']-5; $result = mysql_query("UPDATE `users` SET `points` = '".mysql_real_escape_string($newpoints)."' WHERE `name`='".mysql_real_escape_string($_SESSION['Name'])."'"); [/ICODE] As you can see, $_POST['amount'] …

Member Avatar for kvprajapati
0
53
Member Avatar for khanayub_chand

I have installed Mysql 5.1 and it did install. But when i configured mysql, It gives me an error while staring the Service saying "Could not start the MySQL service". I have Reinstalled the Complete Mysql by deleting all the registry keys but still the same error is being displayed. …

Member Avatar for digital-ether
0
74
Member Avatar for ayesha789

Hi, I want to calculate age of the person using this code [CODE=php]<?php /*** a date before 1970 ***/ $dob = strtotime("april 20 1961"); /*** another date ***/ $tdate = strtotime("june 2 2009"); /*** show the date ***/ echo getAge( $dob, $tdate ); ?>[/CODE] but it gives error [ICODE]Fatal error: …

Member Avatar for digital-ether
0
158
Member Avatar for mbabaali

i have a problem with this code amay any one help me am doing a class project but stuck here is the code its bring an error Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in C:\wamp\www\kawempe_HC\staf.php on line 7 Warning: mysql_fetch_row(): supplied argument is not a …

Member Avatar for mbabaali
0
99
Member Avatar for plgriffith

Hey guys. I am running a php script (locally) which runs through a loop several hundred times. Each time through the loop the same computation is done with the exception of two input variables being different. The input variables are obtained with a MySQL query based on the counting variable …

Member Avatar for digital-ether
0
120
Member Avatar for ayesha789

Hi, Its Ayesha, I am new to PHP and MYSQL , I am working on a Project in which I have to give rights to one user to UPLOAD a JPEG picture Using Browse . So Any one can Help? I want to store my JPEG Files in a Folder …

Member Avatar for diafol
0
102
Member Avatar for sassenach

I am using wysiwygPro editor and i want to be able to display the menu titles coming from the database. This is an example layout: [code] $editor->links = array( array('title'=>'Home', 'URL'=>'/'), array('title'=>'About Us','URL'=>'/about/', 'children'=>array( array('title'=>'Company History','URL'=>'/about/history.php'), array('title'=>'Franchise Information','URL'=>'/about/franchise.php'), array('title'=>'Shareholders Information','URL'=>'/about/shareholders.php'), )), array('title'=>'Services', 'URL'=>'/services/'), array('title'=>'Contact Us', 'URL'=>'/contact/'), ); [/code] So this …

Member Avatar for sassenach
0
158
Member Avatar for redhotspike

22 Hours Ago | Add to redhotspike's Reputation | Flag Bad Post I have never used PHP before. I'm pretty hardcore with (x)HTML, JavaScript, CSS, and I also know C++. Here's the thing - I need to create some sort of code that receives information from the back end of …

Member Avatar for redhotspike
0
108
Member Avatar for Acute

Hello world!:)) Does anybody know how to send icq message in PHP?? Is it possible to send message to icq number like 433400749??

Member Avatar for chrishea
0
108
Member Avatar for gingank

Hi can anyone help me check the code for this why cant send multiple attachment with this code got anything wrong. Help me please [CODE]<?php $to=stripslashes($_POST['to']); if($to == '0'){ $to='mail1@mail.com'; $ok=@mail($to, $subject, $body, $headers); }else { $to='mail2@mail.com'; $ok=@mail($to, $subject, $body, $headers); } $from=$_REQUEST['from']; $subject=$_REQUEST['subject']; $ip=$_POST['ip']; $phone=$_REQUEST['phone']; $body=$_REQUEST['problem']; $fields = array(); …

Member Avatar for chrishea
0
123
Member Avatar for m-soft

Hello people, Do you know how can I make the links from a phpBB forum to appear in mode_rewrite ? Thanks!

Member Avatar for m-soft
0
70
Member Avatar for stevenpetersen

[code]<script languae="PHP"> open_database("location","username","password"); display_page("PAGE_ID"); close_database(); </script>[/code]

Member Avatar for stevenpetersen
0
99
Member Avatar for itnagusak

i want to write data accepted in a form to a text file. this is the code i am using. [code] $file=fopen("data.txt","a+"); fwrite($file," whatever i want written"); fclose($file); [/code] but nothing is being written to the file. the text files are in the same place as the php pages. does …

Member Avatar for itnagusak
0
113
Member Avatar for artech

Hi all, I'm looking for some direction in how to approach this problem. $arr = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20); I need to create a second array using the values in the first array in …

0
46
Member Avatar for sarithak

Hi frnds.. Mouse moving with background image...i dont know how do it...plz give some suggestions...the theme should be image... ex:[B]NDTV.com[/B]..just check this website.. Thanks in advance...

Member Avatar for aashishn86
0
144
Member Avatar for OmniX

What I require is to replace \/:"?<*>| with a space. I have done similar statements before but I have complete brain freeze at the moment. Hoping one of you can jog my memory. Always hated regex expressions never understood the logic behind them minus the A-Z and 0-9 and then …

Member Avatar for ShawnCplus
0
165
Member Avatar for webish

Hi guys, I'm intending to create an online forum/blog application. An application almost similar to 'daniweb' forums. My question is, what sever set-up is the most suitable for this i.e asp.net (c#, vb), php-mysql, asp-java or any other. Please advice also on how to approach the coding and would even …

Member Avatar for diafol
0
97

The End.