Problem inclusion in the link with id

Hello, I’ve tried this function like this:
sc_link (id, dettagli_annunci.php, q = [id], id = {id}, “description”, “_self”);

in the global variable of the grid I entered OUT
only that obviously does not work for me

The sense is that the grid of the ads, the ad id field there must be a link that opens by clicking me:

www.nomesito.com/dettagli_annunci.php?q=ID

The aim is to draw grid with SC a list of records and to create a link that opens the record details in a php page with traditional metoto GET

how can I get ???

Help me please ???

Like this one?

http://www.tsaeurope.com/index.php/tutti

Ciao Giorgio, non esattamente come il tuo esempio … ma sulla stessa linea nel senso che tu da una selezione di criteri … regiorni stampi una grid in ifram della regione selezionata, mentre io con il php tradizionale ho la pagina dei dettagli, quindi mi stampo su alcuni creiteri la grid riassuntiva dei record presenti per criteri, poi cliccando su un record vorrei andare sui dettagli pagina :
www.nomesito.com/dettagli_annunci.php?q=ID
con la pagina tradizionale che mi stampa a video tutti i dati del record selezionato.
Ora il problema ? il seguente, devo inserire un link nella grid che passi l’id record alla pagina tradizionale. …
mi aiuti per favore???

It’s easy

  • define a new column as HTML Image
  • intercept the event onClick ( ajax )
  • put this code on event

sc_redir( ‘http://www.nomesito.com/dettagli_annunci?q={ID}’ );

George thank you very warmly, I tried and I was able to do what I asked you.

Giorgio grazie veramente di cuore, ho provato e sono riuscito a fare ci? che ti ho chiesto.