Forum: PHP 11 Days Ago |
| Replies: 7 Views: 209 Network 18 is correct, this is the best way to go around your problem |
Forum: PHP 13 Days Ago |
| Replies: 7 Views: 209 Im not really sure what your asking. Could you give an example of what you want stored.
Thanks |
Forum: PHP 13 Days Ago |
| Replies: 1 Views: 118 Hello
This isnt the right forum for this im sure however I cant find the correct one as its a vague question. Im sure someone in here knows the anser to it though.
I've designed a countdown... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 4 Views: 388 Hi, thankyou for all the info.
Would you be able to tell me anything into upload speed required.
What kind of speed will I be needed to produce a fair quality video and crisp audio stream to my... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 2 Views: 221 Hi
To explain what slyme said above you will need to add an aditional field in your table containing your members information. Then whenever you echo the username simply echo the "priv" field that... |
Forum: PHP Sep 2nd, 2009 |
| Replies: 4 Views: 388 Hi
I know this topic isnt directly related to PHP however I understand many users in this forum may understand something further about this question. I have a webcam in a nightclub and I want to... |
Forum: PHP Apr 22nd, 2009 |
| Replies: 2 Views: 990 Sorry I got the wrong idea to what you wanted after re-reading.
The same method applies though. Just in a different context.
Hope this helps still |
Forum: PHP Apr 22nd, 2009 |
| Replies: 2 Views: 990 Hi
Is this what your looking for?
Obviously replacing the '####' with the column name of the data you want to repeat. If you want everything to be printed. Simply create a variable outside the... |
Forum: PHP Apr 22nd, 2009 |
| Replies: 16 Views: 3,441 Sounds good to me, though like I said. Alot of work :) |
Forum: JavaScript / DHTML / AJAX Apr 18th, 2009 |
| Replies: 2 Views: 1,572 Hi
This is either really simple or completely impossible :)
I have a table like the following:
<table>
<tr>
<td>1</td>
<td>2</td> |
Forum: PHP Apr 18th, 2009 |
| Replies: 2 Views: 659 Hi
This may not be a php matter but i'm wondering if it can be done?
I have a table like the following:
<table>
<tr>
<td>1</td>
<td>2</td> |
Forum: PHP Apr 17th, 2009 |
| Replies: 2 Views: 543 Hi newbie 123 and welcome to daniweb
All you need to do is use $_POST to test if the form has been set in the URL.
This would be your form:
<form action='?send=true' method='POST'>... |
Forum: PHP Apr 17th, 2009 |
| Replies: 11 Views: 1,110 So you want a simple form which when submited writes exactly:
To the textfile ?
Is that correct and all you need help with ? |
Forum: PHP Apr 16th, 2009 |
| Replies: 3 Views: 555 Hi
Will this still work as I have other content in my table?
$query = "SHOW COLUMNS FROM customers";
$result = mysql_query($query) or die(mysql_error());
while ($row =... |
Forum: PHP Apr 16th, 2009 |
| Replies: 40 Views: 1,876 |
Forum: PHP Apr 16th, 2009 |
| Replies: 3 Views: 555 Hi
I'm doing a project for express and star delivery. I have a varchar field for a week in my database
The name is of the field is 28-03-09
It then lists how much each customer owes
ID ... |
Forum: PHP Apr 16th, 2009 |
| Replies: 5 Views: 404 |
Forum: PHP Apr 15th, 2009 |
| Replies: 3 Views: 797 Martin5211 is right. If you post some code il be happy to code it in for you.
Hope this helps |
Forum: PHP Apr 15th, 2009 |
| Replies: 8 Views: 308 Oh you've changed your method.
Either way is good so yes I think it would be fine.
Hope this helps |
Forum: PHP Apr 15th, 2009 |
| Replies: 8 Views: 308 I agree with JRsofty. Your best bet would be using an actuall form but having a <a href> and some javascript to submit it.
This can be done from:
<a href="?update=true"... |
Forum: PHP Apr 15th, 2009 |
| Replies: 5 Views: 522 ok, like I said. I have no idea about apache :)
Just a guess |
Forum: PHP Apr 15th, 2009 |
| Replies: 5 Views: 522 I have no idea, but looking at the code shouldnt there be a ';' at the end:
LoadModule php5_module c:/php5/php5apache2.dll
AddType application/x-httpd-php .php
PHPIniDir "c:\php5";
This... |
Forum: PHP Apr 15th, 2009 |
| Replies: 8 Views: 308 All you should do is this:
<a href="?update=true">Update</a>
And then test for that post variable to update the mysql:
if (isset ($_REQUEST['update'])) {
$query = "UPDATE table_name
SET... |
Forum: PHP Apr 14th, 2009 |
| Replies: 40 Views: 1,876 Hi
Here is your system fully working with the new delete function and working 'current online users' function.
All you need to do to complete it is the update page. Like before, if you need... |
Forum: PHP Apr 14th, 2009 |
| Replies: 40 Views: 9,495 Myspace and other such social networking communities are huge. Think about all the advertisments they have with phone companys, international football teams ect.
It's quite stupid to ask for someone... |
Forum: PHP Apr 14th, 2009 |
| Replies: 40 Views: 1,876 Ok. Il have a go at it now. I'm back home
Il go through your whole system and make sure its all working. |
Forum: PHP Apr 14th, 2009 |
| Replies: 40 Views: 1,876 Hi
Thanks for adding :)
Yeh, i'm only 15 so i've got my exams too :(
But anywho, i'l have a look at the code when I get home and get your delete query working. If its something that needs... |
Forum: PHP Apr 14th, 2009 |
| Replies: 7 Views: 397 They are both right. The code is very unsafe.
It would take about a second to hack through either mySQL injections or CSRF.
Daniweb gives help however i recomend you google search the two terms... |
Forum: Website Reviews Apr 14th, 2009 |
| Replies: 3 Views: 469 I agree with 2advance. The logo is quite simple and doesnt reflect the passion of your product.
The flash loads ok in my browser, perhaps its due to having a low internet connection? |
Forum: Website Reviews Apr 14th, 2009 |
| Replies: 2 Views: 429 Hi
There are too many different size and coloured peices of text. It looks very messy and unatratctive. Also the amount of advertisments are quite distracting.
I like the design in the center... |
Forum: PHP Apr 14th, 2009 |
| Replies: 3 Views: 280 |
Forum: PHP Apr 14th, 2009 |
| Replies: 16 Views: 3,441 Definately alot of work. Keep daniweb updated with how you going and if you need any help.
Oh and the above comment is true however by using the URL for this amount of elements it will become... |
Forum: PHP Apr 14th, 2009 |
| Replies: 4 Views: 387 This isnt really php necessary. It should be done using CSS's unorder list (<ul></ul>).
There are many tutorials if you search stuff like "drop down menu css" on google. Take a look
Hope this... |
Forum: PHP Apr 14th, 2009 |
| Replies: 7 Views: 397 The security should not be judged on your query alone.
There are many ways a person can manipulate a query using form fields and even the address bar.
If you post up your code i'l have a look. ... |
Forum: PHP Apr 13th, 2009 |
| Replies: 40 Views: 1,876 Hey
I decided to have a go before going to sleep :D
All is working nicely and i've added a few peices of my own.
There are still a few problems with your forum but there small and you should... |
Forum: PHP Apr 13th, 2009 |
| Replies: 40 Views: 1,876 Ok, look im off to bed now but il have a look at this first thing in the morning. Im sure I can pass on the working system by tomorow 12pm :D
Get some sleep and thanks for posting |
Forum: PHP Apr 13th, 2009 |
| Replies: 40 Views: 1,876 So, can you post the entire system ? |
Forum: PHP Apr 13th, 2009 |
| Replies: 40 Views: 1,876 Yeh they look all the same?
Go to 'reply to thread' (NOT quick reply).
And if you scroll down you can attach files.
Attach all the associated files to the post and then describe to me the mysql... |
Forum: PHP Apr 13th, 2009 |
| Replies: 4 Views: 312 The query I posted above would work however there are better methods on that page. Have a read.
Hope this helps |
Forum: PHP Apr 13th, 2009 |
| Replies: 40 Views: 1,876 What shawncplus typed is correct. If you look at the code I gave you that is exactly what i'm doing however there seems to be something going wrong to create all the errors. It'l probably be... |