Search found 3 matches

by sharapov
Wed Nov 19, 2003 7:45 pm
Forum: PHP - Code
Topic: Opening modal window and passing variable to it to use in ph
Replies: 3
Views: 476

Weirdan,

Very interesting approach. I haven't tried it yet, but it looks like it just might work.

Thank you for your help!!!
by sharapov
Wed Nov 19, 2003 7:21 pm
Forum: PHP - Code
Topic: Opening modal window and passing variable to it to use in ph
Replies: 3
Views: 476

Opening modal window and passing variable to it to use in ph

Let's say I'm generating a modal window with the following code: function doit(){ window.showModalDialog("index.php","","dialogHeight: 300px; dialogWidth: 300px; dialogTop: px; dialogLeft: px; edge: Raised; center: Yes; help: No; resizable: No; status: No;"); &...
by sharapov
Tue Oct 28, 2003 11:11 pm
Forum: PHP - Code
Topic: Converting one value in array to UPPER case
Replies: 1
Views: 232

Converting one value in array to UPPER case

I am collecting data from the form. Before I put collected data That I got from $_POST['array']) into a MySQL database I want to convert one of the values (let's say value 1 in the array) in the array to upper case. How can it be done? Below is the snippet of my code that I use to put data into a dt...