Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
8
Posts with Upvotes
2
Upvoting Members
7
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~13.1K People Reached
Favorite Tags
Member Avatar for Froger93

Hey guys, I just wanted to let everyone know that functions can be used very constructively and there are more to them then most think. Okay this example function is actually pulled from a class of mine so it would probably make more sense in my class but it should …

Member Avatar for coreyavis
7
894
Member Avatar for ShubhadaLitke

Hello all, I have same problem. in javascript i called php fun using <?php fun1()?>. it run successfully. But i want to pass variable to that function which is a value of input text box. i.e var tt=document.getElementById('cname'); and i want to pass that tt value to php function. How …

Member Avatar for Gilette
0
2K
Member Avatar for JayGeePee

I was wondering how to display php on a html page? My site has a php backend doing all the work, html to make it look good. I'm trying to display a chat box which is coded in php on my html header page.

Member Avatar for kylegetson
0
192
Member Avatar for reminem

Hi all I have build an small personal form to delete images. (personal use only) The respons I keep getting is "file not found..." I use the script locAL (WAMP) THIS IS THE FORM: <form name="form" method="post" action="delete.php" > <label>delete <input type="text" name="delete" id="delete" > </label> <label> <input type="submit" name="send" …

Member Avatar for reminem
0
133
Member Avatar for Froger93

Hello All, I'm not sure if this is the right place to put this, I apologise for it any way. Okay so here it is, I have a sitemap file [icode]sitemap.xml[/icode] and I have PHP code inside it. The problem I am having is when adding the following lines: [code] …

Member Avatar for _coder
0
113
Member Avatar for Puster

Hello, I am worcking with a login script, and everytime i am trying to log on, I we get my error messege "inncorect password!" And everythning is okay! Can somebody pleas cheack it? [CODE]<?php include 'connect.php'; $session_username = $_SESSION['username']; if ($_POST['login']) { // Får dataen fra databasen. $username = addslashes(strip_tags($_POST['username'])); …

Member Avatar for _coder
0
192
Member Avatar for Froger93

Hello Guys, Right my problem is, I am creating a slider where in which each element is slid (using animate width) into place. This is how it works, the element currently displayed is give a margin-left: of 842px (same as my slider width) and then a margin-top: of 300px (height …

Member Avatar for Froger93
0
160
Member Avatar for Froger93

Hello all, I am having trouble as I am on a shared server where obviously someone has been abusing the SMTP server as Hotmail has blacklisted it, I have contacted my host and they are working with microsoft to resolve the issue BUT in the mean time my customers are …

Member Avatar for servertoday
0
93
Member Avatar for vb5prgrmr

...take me to the newest replies since I last visited this thread gone, where oh where can it be... * Prapble, really prapble (purple), oh well, I guess she thinks "it's pretty, all nice and shiney and new..." (ref kayle firefly) BTW: Mr. Wonka called and he wants his umpa …

Member Avatar for vb5prgrmr
0
605
Member Avatar for Froger93

Hello all, I have a problem. I have a dual boot system with XP as primary and Win7 installed off of XP so that XP has the boot files. My problem is now I want to get XP off and solely have Win7. Can I remove the XP partition then …

Member Avatar for markdoctor
0
76
Member Avatar for cwarn23

Hi, I just come back from a long time with a broken internet and now I see a new design on daniweb. Is it just me or do you for some parts of text need to squint and other parts move to the opposite end of the room to read? …

Member Avatar for Froger93
0
248
Member Avatar for Froger93

Hello all, I have a dual boot with XP and Win7 and I am trying to rid myself of XP but it seems that the XP partition is the system partition. Is there any way I can change the system partition to my Win7 partition? Thanks.

Member Avatar for chrisbeechris
0
121
Member Avatar for Froger93

Hello all, I am having some real issues with internet explorer. I have created a jQuery image rotator (flick along a selection of images). Everything works on everything but internet explorer. So much so that Internet Explorer doesn't even display the first image even before the transition. Instead I just …

Member Avatar for kflorida78
0
399
Member Avatar for Froger93

Hello again, After my previous post I have tried to convert all my jQuery into JavaScript with success. UNTIL I looked at it in Internet Explorer and again it threw a wobly and is now having a go at my [icode]--.style.display='block'[/icode]'s. It says that it is not a function. So …

Member Avatar for almostbob
0
99
Member Avatar for Justme24

Hello, is it possible to convert a text string into a image (with GD) and use for the font color an image (texture) and make the background transparent? Thnaks in advance.

Member Avatar for Froger93
0
65
Member Avatar for smush

Hi everybody, I'm having some difficulties with mysql_num_rows( ) on line 26. I keep getting a warning that the supplied argument is not a valid MySQL result resource. What does that even mean!? I get the same warning on line 51. Can somebody fill me in on why this comes …

Member Avatar for Froger93
0
148
Member Avatar for rahul8590

How to restrict the size of image thats to be uploaded . I am creating a small social network and have space constraints . So , i dont want to restrict the image size to be confined to certain limit.

Member Avatar for Froger93
0
161
Member Avatar for Carrots

Hi, I have in my database the location of some images I want to display, all formatted as: [quote] ../images/products/1.jpg ../images/products/1.jpg [/quote] I'm trying to diplay them in a webpage but get the following error: [QUOTE] x Warning: substr() expects parameter 1 to be string, array given in C:\xampp\htdocs\mysite\index.php x …

Member Avatar for Encrypted
0
2K
Member Avatar for niths

[QUOTE]hi all, i want to pass the value selected by radio button to url. so please help me. thank u..[/QUOTE] [CODE] <?php ob_start(); @session_start(); require_once ("check.php"); $con=mysql_connect("10.70.1.50","invensis","invensis"); if(!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("database_myproject",$con); $query= mysql_query("SELECT projectassign FROM projectassign where userid=(select userid from users where username='$username' and …

Member Avatar for cwarn23
0
92
Member Avatar for SOlaNkI ThakUr

i just want to display images ( that are stored into database )in a dynamically create table which has dynamically row & 4 columns in php like this:- image1|image2|image3|image4 image5|image6|image7|image8 image9|image10 etc. if a new image i upload in the database than it should come in third row third column …

Member Avatar for Froger93
0
86
Member Avatar for D4n1sD

Hello, I would like to know how to create dynamic pictures with imported text from php. For example an image with the variable $username above it, but not to make 10000 images with the different usernames but 1 which will be generated for each username. So tell me.

Member Avatar for Froger93
0
89
Member Avatar for phpDave

Hi, I'm about finished with my first website. Everything works in firefox and IE except that the horizontal scroll bar appears in IE. I set the overflow to hidden and it works except I lose the verticle scrollbar in firefox, any suggestions? Also, I should be testing with Safari soon …

Member Avatar for phpDave
0
81
Member Avatar for Froger93

Hey, I'm designing a site for my old man and I am having some issue regarding pre-loading image for a hover effect. Currently when I hover over an image it gives me a brief period of white space then loads the hover image. I have tried to add the images …

Member Avatar for Froger93
0
193
Member Avatar for sam023

anyone can tell how to add mins in php.? i have values in Db in this format 00:10, 4:05 etc i want to add mins...!!! can anyone guide me little bit Thanks

Member Avatar for Froger93
0
100
Member Avatar for genieuk

Hi, I have a sitemap and have decided to create an automated sitemap. I just wanted to ask would the way i am going to do it be ok. I was going to create a table let say called `sitemap` have a column in the table called `url`. Basically i …

Member Avatar for almostbob
0
235
Member Avatar for phouse512

Hello, I've been using a book to learn php, and when I try to make it work for my own use, there seems to be an error when I try to login. First it says that the log in is invalid, and it comes up with this warning message: [b]Warning: …

Member Avatar for phouse512
0
228
Member Avatar for CFROG

Does anyone know of a php based forum that is easily customizable to work with an existing user base so that members don't have to register or sign in a second time when they access the forum? I heard that this is possible with phpbb3 but I haven't seen anything …

Member Avatar for CFROG
0
331
Member Avatar for SKANK!!!!!

how do i i figured out how to make one now i need to know how to delete the directory(and everythin thats inside it) WITH PHP

Member Avatar for SKANK!!!!!
0
142
Member Avatar for dan1992

it say theat he error is in line 16 i dont no wat error is :( plea help [CODE]<?php if($_POST['post']) { //gat data $title = $_POST['title']; $body = $_POST['body']; //chec fot existance if ($title&&$body) { mysql_connect("localhost","root","")or die(mysql_error()); mysql_select_db("dan")or die (mysql_error()); $date = date ("Y-m-d") //adaugarea inoutati $insert = mysql_query("INSERT INTO …

Member Avatar for Froger93
0
80
Member Avatar for Aamit

Hi, I want to create script like in facebook. When we log into facebook, go into any friend's profile Their gift button , show gifts with pagination. when click on image and ok button it save into database. Any sample demo script ? How to create script like this? Please …

Member Avatar for Froger93
0
109