what business processes?
Hi,
A general question. What business processes (like OTC - Order to Cach, P2P, R2R etc)
PHP and MySQL Question/Help
I have a MySQL db with all my servers and all their details like server name, IP, OS, RAM etc etc 26
Security Exception on pages using AJAX
I am getting the exception: attempted to perform an operation not allowed by the security policy on
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
split string
Hi all
i have some names (imploded by comma):
Code: toronto,paris,madrid
Now, i would
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ