Hello !
Im got this array :
$numra=array(1,2,3,4,5,6....); //x numbers, max 90
Well, now i want to find all the possible unique combinations of this keys, i came up with something but i got problems on distinguing combinations.
Example : 1 - 4 - 3 - 5 - 6 is equal to 1 - 4 - 3 - 6 - 5. I need...
Hello everyone !
I got 2 jumpmenus that i wanna populate them from a table (mysql). The second one will be populated depending on the first one.Let supose categories and subcategories.
My problem is that i dont wanna reload the page.
Can anyone help me with any javascript or ajax snippet to...
Hi people !
I tried to secure one page with http_referer. this is wot i did actualy :
<?php $kot = $_SERVER ["HTTP_REFERER"];
if ($kot == "page1.php")
{
echo "do some stuff";
} else {
echo "<a href=\"java script:window.close()\"><font color=\"#000000\">Close The Window !</font></a> ";
}
?>...
hi all
im tryin to make and identification form that makes the verification in a website with cookies. Wehen i press login it makes the verification, if the username and password are right it shows a welcome message else it shows the wrong password error. But, in the first case, when the...
this is the way i did for making a report of the products in the warehouse using files. I named files .lnk :)for the reasons: 1- that when u right click on it u dont see any open with and 2- coz i dont wanna spend time encrypting all the file texts.i dunno if this will be helpful but anyway u...
hi chris !
to add the data in the first row i defined them on form load event like this :
yourmsflexgridename.row=0
yourmsflexgridename.col=1
yourmsflexgrid.text="First Title"
yourmsflexgridename.row=0
yourmsflexgridename.col=2
yourmsflexgrid.text="Second Title"
like this till the number of...
hello everyone!
im tryin to make a sales system using only files. I dont know if its useful but for me it looks the easiet way to learn visual basic. i did the invoice using a simple form in which i puted a lot of textboxes. When i save the invoce it saves automaticaly all products, quntities...
(2 * x) + (2 * y) is in a label
then in two text boxes named x and y i enter the values.
the label contains the whole formula. Is that possible that when i press calculate, the result takes the formula from the label and replaces x and y with entered values from textboxes ?
i uploaded an image...
Hello everyone !
Im tryin to use a formula wich is loaded from a simple file to a Label named "formula".
Formula type is like : (2 * x) + (2 * y).
In the same form i have puted 2 text boxes. One named x and the other named y. When i press the button Calculate i want to have the result using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.