Search Results

Showing results 1 to 40 of 361
Search took 0.03 seconds.
Search: Posts Made By: OmniX ; Forum: PHP and child forums
Forum: PHP 1 Day Ago
Replies: 4
Views: 302
Posted By OmniX
So does anyone have any ideas or resources on how to generate sounds using php? Thanks.
Forum: PHP 3 Days Ago
Replies: 5
Views: 260
Posted By OmniX
Additional questions,
What if you used mod_rewrite to remove the whole filename?
If you did this what would have to $_GET variables?

Just wondering, Thanks!
Forum: PHP 3 Days Ago
Replies: 4
Views: 347
Posted By OmniX
This is your problem, when you insert a row.

$q = "INSERT INTO ep_images (event_ref, photo_thumb, heat_cat) VALUES ('1', '$files[$i]', 'test')";
'$files[$i]' // You are refering to the first...
Forum: PHP 4 Days Ago
Replies: 4
Views: 302
Posted By OmniX
me) need to be a member?
jen) where in w3schools?
Forum: PHP 5 Days Ago
Replies: 4
Views: 302
Posted By OmniX
Does anyone know or can direct myself to a php audio character output?

For example if i code this and outputs it not only visual but audio also.

$abc = "ABC";
echo $abc;
// or even
$a = "A"...
Forum: PHP 7 Days Ago
Replies: 4
Views: 347
Posted By OmniX
Do you know how to preform a database query? setup a connection?
If not you need to check out ww.php.net for some uide lines and where to start like mysql_connect, mysql_query, etc.
If you do, then...
Forum: PHP 7 Days Ago
Replies: 3
Views: 326
Posted By OmniX
go to www.php.net for all the little bits of information.
In short you have a host/database/username/password.
you user mysql_connect(host, database, username, password)
then start using...
Forum: PHP 7 Days Ago
Replies: 1
Views: 228
Posted By OmniX
If you want to do any client side changes you will require AJAX/Javascript to get it done else if you want to use PHP I guess you could submit the previous combo box value and refresh the page based...
Forum: PHP 7 Days Ago
Replies: 1
Views: 215
Posted By OmniX
To me it looks like a big mess, you should just use a forloop and with an echo statement inside to produce your output alot more cleaner imo.
Forum: PHP 7 Days Ago
Replies: 1
Views: 232
Posted By OmniX
The application...
Websites are easy to make (even if not constructed well) you can make a website at the end of the day with some dogy third party tool.
A website application depending on your...
Forum: PHP 7 Days Ago
Replies: 1
Views: 157
Posted By OmniX
It is all about what you NEED / WANT to do.
Just go to www.w3schools.com and go from there.
Forum: PHP 7 Days Ago
Replies: 8
Views: 357
Posted By OmniX
by status he means the name of the column

$row['a'];
$row['b'];
Forum: PHP 7 Days Ago
Replies: 3
Views: 287
Posted By OmniX
Maybe I did not explain myself clearly.
I would like to enter text in a third party text field.
That simple, via the use of php as there is some automation involved.
The JQuery article i will...
Forum: PHP 9 Days Ago
Replies: 3
Views: 287
Posted By OmniX
Hi

I have page A text, that I wish to have entered into page B text fields.
The usual procedure to transfer data between pages are sessions.
But for argument sake I am denied the access of...
Forum: PHP 12 Days Ago
Replies: 3
Views: 275
Posted By OmniX
Example: 972hsa73
It repeats those values verbally?
Forum: PHP 14 Days Ago
Replies: 3
Views: 275
Posted By OmniX
Hi People

I have done captcha a year or two ago, just wondering if there are any new techniques, ideas, tutorials, etc?
And yes I would like to implement an Audio Captcha also.

Regards, Matthew
Forum: PHP 20 Days Ago
Replies: 2
Views: 311
Posted By OmniX
Hi People

I would like to get an sql statement that uses LIMIT and OFFSET and then sorts the results in ASC or DESC order through the user of ORDER BY, something like this:

SELECT * FROM table...
Forum: PHP Nov 16th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
you said 6digits depending on characters?

You mean 6 characters depending on wether they are of alpha or numeric value?

So in other words, it goes through all the possible 6 character...
Forum: PHP Nov 16th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
Im waiting for digital response to adler32 being useless, as I gather the logic behind crc32 being useless will be of equal response.
Forum: PHP Nov 16th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
Note: There are 3 hashing methods with 8 characters adler32/crc32/crc32b I am assuming none of these should be used? That begs the question but why were they created in the first place?
I gather any...
Forum: PHP Nov 16th, 2009
Replies: 9
Views: 356
Posted By OmniX
That is an option, also you can declare the header("Content-type: text/xml"); and construct like normal xml or echo out php iterations, works a charm!
Forum: PHP Nov 16th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
Hijack as you please, I just might shoot ya :D

Thanks digital, alot of intresting information contributed to this topic.

If anyone else has anything to add dont be afarid to share or ask!
...
Forum: PHP Nov 15th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
I gather what you are saying " Atli ", but if your rehashing a hash from crc32b it is still valid, like as you stated your still making an xxx hashing not shorten the length of a hash but like you...
Forum: PHP Nov 15th, 2009
Replies: 6
Views: 408
Posted By OmniX
ok lets say if i have a method which I declare no arguments in but then I call that method using a list of arguments, i would have to run "func_get_args()" first to retrieve those arguments, then use...
Forum: PHP Nov 15th, 2009
Replies: 3
Views: 350
Posted By OmniX
so just mysql_real_escape_string and that is it for MySQL?
What about other forms of validation for other mediums?
Forum: PHP Nov 15th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
digital-ether:

so crc32b should not be used at all?
ive read what you wrote, you put the final output as crc32b if you change the final output to a different hash, you could still use crc32b?
...
Forum: PHP Nov 13th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
I was reading up on salts and the consenses is that as long as they are used to stop precomputation attacks (aka rainbow tables, etc) the length required is meaningless only the value of the salt,...
Forum: PHP Nov 12th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
Can you guys refer to people and not 'you' I assumed you guys were talking to me at first since I was the last both, didnt realize you had an argument between each other :D
Forum: PHP Nov 12th, 2009
Replies: 109
Views: 3,852
Posted By OmniX
Sorry people I have been living under a rock the last 6 months.
Long live my thread! HA

Anyways what I gathered from 'digital-ether' alone crc32 is faulty but if used in conjunciton with another...
Forum: PHP Nov 12th, 2009
Replies: 3
Views: 350
Posted By OmniX
I would like to get everyones opinions on what processes should be used to validating and protecting the input into your storage medium aka MySQL.
In particular listing possible php functions that...
Forum: PHP Nov 12th, 2009
Replies: 6
Views: 408
Posted By OmniX
I was stuffing around and I was wondering if it was at all possible to make a function or method, dynamic at all? In what context? well I would like not to have the specify the elements required by...
Forum: PHP Oct 9th, 2009
Replies: 107
Views: 3,564
Posted By OmniX
Let me know when the 18+ movies come out :D

Whats your website? youtube? etc? Thanks.
Forum: PHP Oct 6th, 2009
Replies: 107
Views: 3,564
Posted By OmniX
How about a tutorial on how to plug in and turn on a computer? and while we at it reset and shut down a computer.
This would optimize 50% of my work time with users of the network!!!

Sorry boys...
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 293
Posted By OmniX
Dont know what I did but I solved it... lol
I think I just reconstructed the sql query a different way to give me the same output and it worked.

PS: isnt "" not a NULL but a defined value?
PPS:...
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 258
Posted By OmniX
Someone needs to create a decent php debugger! SOLVED!
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 258
Posted By OmniX
I think I have figured out the problem while away from the computer.
I think it has to do using the mysql_connect within classes.
Anyone got any examples? Thanks, Regards X

PS: Ill test that...
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 293
Posted By OmniX
I throw the exact same sql statement in phpmyadmin and it works but it does not work with mysql_query.

Ideas?


$a = "INSERT INTO players (player_id, first_name, last_name, date_of_birth,...
Forum: PHP Oct 6th, 2009
Replies: 3
Views: 280
Posted By OmniX
Depending on the browser but your best bet is to use a div tag and use css to set the width of the div tag. Let me know how it goes.
Forum: PHP Oct 6th, 2009
Replies: 4
Views: 258
Posted By OmniX
ps:

private $con;
Forum: PHP Oct 5th, 2009
Replies: 4
Views: 258
Posted By OmniX
I have done this a million times before.
I dont understand why this is not working through the use of a class.
It is telling me that the variable is "undefined" hence contains a NULL value which is...
Showing results 1 to 40 of 361

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC