Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~20.5K People Reached
Favorite Tags

34 Posted Topics

Member Avatar for PierreJ

[QUOTE=PierreJ;1182968]Thank whiteyoh , for your fast answer... But I akready know this way... I'm looking for a short way making a URL like [url]www.thesite.con?robert[/url] I'm sure that I already see this kind of URL but I don't know how they "catch"the variable in the index file. I was thinking about …

Member Avatar for dw_user
0
3K
Member Avatar for Encrypted

Hey guys.. I have a foreach loop (with multiple variables inside of it) and I need to collect the variables, as well as other content, and store it into a single string so I can output it into an email. Has anyone done something similar to this before? Here's some …

Member Avatar for Encrypted
0
96
Member Avatar for itisnot_me

How is the date entered in the database? Kind of hard to figure out what the problem might be without more info (an example).

Member Avatar for itisnot_me
0
102
Member Avatar for hotice47

[QUOTE=hotice47;1312183] and one more thing how i can delete Guest users who are not online..[/QUOTE] You should use cookies that expire after a certain time limit is reached. For example, everytime a user updates something in the chat, update the time on the cookie. If the user attempts to update …

Member Avatar for MooGeek
0
187
Member Avatar for Encrypted

Does anyone know where the is_home() function is defined in wordpress? I've searched all over and practically searched every file in the script but I can't find it.

Member Avatar for Encrypted
0
80
Member Avatar for LloydFarrell

Well you're missing an '>' in your <td> tag to start with. Other than that, you're missing too much code to see what's going on. If that doesn't fix it.. post your mysql_query. And your table formatting looks ugly as hell as well. Missing closing tags for just about everything.. …

Member Avatar for metalix
0
469
Member Avatar for Encrypted

Hey everyone, I don't even know where to begin with this. I need to limit folder access to only those members who are allowed to access them. For example, I'm creating a folder /5/ within a folder called /orderreports/ for the order id 5. I need to check which user …

Member Avatar for Usernamex235
0
166
Member Avatar for Encrypted

Yesterday I setup a message/note script for a "view project" page. It seemed to work fine. Today I went to test it out a bit more and on random occasions I get stuck in a confirm loop. Screenshot: [url]http://rawrgv.com/images/screenlnl.png[/url] I tried unsetting the form submit variable, but that doesn't seem …

Member Avatar for Encrypted
0
100
Member Avatar for D4n1sD

[QUOTE=drjohn;1200065]Can't be done with PHP as it's executed server side and the result is then sent to the browser. You CAN do it with CSS or with Javascript however, by send the info and hiding it, then the CSS or javascript reveals the hidden info. If you visit the ukfolkfestivals …

Member Avatar for BzzBee
0
176
Member Avatar for Hypalink

[QUOTE=mrcniceguy;1200774] just Remember Google is ur Friend)there ar millions of tutorials explaining this Thing.[/QUOTE] ^ That's how I learned. Search "user login script" or something like that on Google and you'll find several variations of how to do it.

Member Avatar for Hypalink
0
2K
Member Avatar for Encrypted

Hello, I'm trying to pull data from multiple tables in a single mysql_query and I'm having trouble displaying the data that's pulled. Here's what I've got so far.. the highlighted code is the part that doesn't work. (sorry in advanced for the sloppy code.. i've been copying/pasting stuff all over …

Member Avatar for Encrypted
0
105
Member Avatar for squigworm
Member Avatar for Encrypted

I'm trying to convert a row from a matrix of Char's to a String and all I've been able to get is a bunch of memory locations. I was hoping someone can lend me a hand. Here's what I've got: [CODE] for(int c=0; c<tempBoard.length; c++){ String charArray = " "; …

Member Avatar for Encrypted
0
155
Member Avatar for Carrots

[CODE] $image = substr($row['image'], 3); echo "<img src='".$image."' /><br />"; [/CODE] That's assuming the image location is stored in a column called "image" in your database table. In addition to that.. I'm pretty sure you need to insert 's before your quotes in the <img> tag so the "s are …

Member Avatar for Encrypted
0
3K
Member Avatar for cwarn23

[QUOTE]Chris how do you connect to a database? Robo answer Don't really want to do a database seems unnecessary as there is no other need for a database and the person who will be maintaining the site has any database experience. Yes thats what i'm planning to do but I …

Member Avatar for diafol
0
142
Member Avatar for bjeffries

Feel free to use mine: I tried to take some of the extra code out and dumb it down a bit. Hopefully I didn't miss something. Good luck. [CODE] // FORM TO UPLOAD FILE <p><form enctype="multipart/form-data" action="upload.php" method="POST"> <input name="uploaded" type="file" /><BR /><BR /> <input type="submit" value="Upload" id="findFileButton" /> </form></p> …

Member Avatar for bjeffries
-1
126
Member Avatar for baseballfury

I'm about 90% sure it's because your first while loop gets the 6th row before you break out of the loop and doesn't display it. The only way I can think of fixing it is to to break at the end of it: [CODE]if($i == 5){ break; } $i++; [/CODE]

Member Avatar for baseballfury
0
193
Member Avatar for sam023

Check the overhead of your table.. sometimes if could get a bit large if you're constantly creating/deleting things.

Member Avatar for sam023
0
102
Member Avatar for niranga

It's rather obvious to me that you don't have permission to use whatever port you're trying to use. It works on your localhost because you have root permissions and I'm pretty sure you'll need root access to make it work on the server as well. I don't exactly know how …

Member Avatar for niranga
0
980
Member Avatar for Phil++

I'm not 100% sure, because I almost always use mysql_fetch_assoc, but I think you're missing a second parameter in your mysql_fetch function: Edit: Just looked at some other threads and apparently you don't need it, so disregard this post. [CODE]while ($row = mysql_fetch_array($result, MYSQL_ASSOC))[/CODE] Source: [url]http://www.php.net/manual/en/function.mysql-fetch-array.php[/url]

Member Avatar for Encrypted
0
65
Member Avatar for niranga

Why don't you just move the folder? lol Also, I may be wrong, but can't you use multiple .. 's? So something like this.. ../../../folder/file.txt

Member Avatar for Owais_Khan
0
7K
Member Avatar for Nuuk
Member Avatar for Nuuk
0
101
Member Avatar for niths

[QUOTE=niths;1187704][CODE] <td><input name="radio" type="radio" id="radio[]" checked="checked" value="<?php echo $row['projectassign'];?>"></td> [/CODE][/QUOTE] Why on earth would you use a session to pass a variable if you're passing the variable through a form? Maybe you just didn't use the correct wording. Anyway, on whatever page you're posting the form to, you can use …

Member Avatar for prem2
0
131
Member Avatar for Encrypted

Alright, so I've got this dynamic form. My problem is.. the name could be anything between "1" to "100000" depending on what the output of a script is and which parts of the output the user chooses to select. What would you do to get all of the values from …

Member Avatar for Encrypted
0
108
Member Avatar for Encrypted

Anyone know what I'm doing wrong here? I'm trying to get this code to work so that if a directory exists.. the mkdir() function is bypassed (so i dont get an error) but it seems that no matter what I throw in my is_dir() function it always hops down to …

Member Avatar for Encrypted
0
129
Member Avatar for haboota

[CODE]echo "<center><a href=\"$PHP_SELF?path=".$aPath."&page=".$aThisPage."&img=".$aFn."&idx=".$aIdx."\"><img rel=\"lightbox\" border=\"4\" width=\"".$twidth."\" height=\"".$theight."\" src=\"genthumbs.php?image=".$fullpath."&w=".$twidth."\" rel=\"lightbox\"></img></a></center>";[/CODE] I might have missed one or two.. but you need quotes surrounding the variable to drop it out of the echo and surround the variable by periods... or you can use {'s like below. And if the lightbox isn't working, the …

Member Avatar for haboota
0
122
Member Avatar for Syakoban

Does it need to be through WiFi or can it go through a server? I'm not sure how you'd be able to do it through WiFi, but if both ends are connected to the internet, why not just transfer the info through a database or something. Have the client post …

Member Avatar for metalix
0
135
Member Avatar for niths
Re: php

I have no idea what you're asking.. but the following code will extract every row of data from your table. It will display each value for title, file, and date and then go to the next row and continue until there are no more rows left. If that's not what …

Member Avatar for Encrypted
0
63
Member Avatar for kurakar

[CODE]$dblocalise = 'sql'.DS.$type.DS.'localise.sql';[/CODE] It's referenced to so many different things, it'd take me awhile to look through the entire code to find exactly what's causing the problem. But basically what's happening is you have an array of type int (just an example) and you're trying to insert data of type …

Member Avatar for Encrypted
0
239
Member Avatar for Encrypted

This should be a rather simple question to answer. I want to include a field of data using $_POST that is not inputted by the user in an <input name=" "> text box. Is there anyway to manually add a field to $_POST without using input? Example: [CODE]<form action="<? echo …

Member Avatar for Encrypted
0
255
Member Avatar for Encrypted

I've been scratching my head for a bit now and I can't think of a way to make a mysql_query pull a set of data that matches a number in an array. It's easier to explain what I want to do with code.. so here goes.. Then I need my …

Member Avatar for Encrypted
0
128
Member Avatar for Encrypted

I'm trying to write a program for class and I can't get my fractional exponent to work. I've tried using 2/3 2.0/3.0 and I've tried entering 2/3 into a separate variable, but nothing seems to work. I don't get any errors while building 2/3 but the logic does not come …

Member Avatar for MosaicFuneral
0
392
Member Avatar for Encrypted

I'm not sure if I'm not comparing the strings properly or not, but for some reason my toppingCost function will only return 0 or a huge wacky number (when I mess around with the code a bit). Does anyone see anything wrong with this? [CODE] // represent the cost of …

Member Avatar for Dave Sinkula
0
135
Member Avatar for Encrypted

I have no idea why, but I'm having problems with getting my strings to compare properly. Below is my code. The part I'm having trouble with is in the while loop. For some reason the programs looping even when my string matches the constant. Any help would be appreciated. [CODE] …

Member Avatar for Encrypted
0
115

The End.